django/docs/ref
2020-07-02 21:10:34 +02:00
..
class-based-views [3.1.x] Fixed #31696 -- Updated OWASP links in docs. 2020-06-15 09:44:37 +02:00
contrib [3.1.x] Refs #6903 -- Adjusted ModelAdmin.preserve_filters docs. 2020-07-02 21:10:34 +02:00
files [3.1.x] Used :pep: role in various docs. 2020-05-13 09:38:40 +02:00
forms Fixed #12990, Refs #27694 -- Added JSONField model field. 2020-05-08 07:23:31 +02:00
models [3.1.x] Fixed #31743 -- Doc't that managed=False prevents Django from managing tables modifications. 2020-06-26 09:58:55 +02:00
templates [3.1.x] Refs #31493 -- Replaced var with const/let in documentation JS. 2020-06-24 12:22:54 +02:00
applications.txt Refs #30573 -- Rephrased "Of Course" and "Obvious(ly)" in documentation and comments. 2020-05-04 12:10:47 +02:00
checks.txt [3.1.x] Fixed some formatting issues in docs. 2020-05-27 09:07:33 +02:00
clickjacking.txt
csrf.txt [3.1.x] Refs #31493 -- Replaced var with const/let in documentation JS. 2020-06-24 12:22:54 +02:00
databases.txt [3.1.x] Updated list of third-party DB backends. 2020-05-21 20:55:25 +02:00
django-admin.txt [3.1.x] Fixed #31690 -- Added note about fuzzy entries in translation docs. 2020-06-15 09:05:09 +02:00
exceptions.txt Refs #31224 -- Doc'd async adapter functions. 2020-03-13 07:13:44 +01:00
index.txt
middleware.txt
migration-operations.txt Refs #30573 -- Rephrased "Of Course" and "Obvious(ly)" in documentation and comments. 2020-05-04 12:10:47 +02:00
paginator.txt
request-response.txt [3.1.x] Fixed #31696 -- Updated OWASP links in docs. 2020-06-15 09:44:37 +02:00
schema-editor.txt Removed obsolete references to South database migrations. 2020-03-23 11:55:58 +01:00
settings.txt [3.1.x] Fixed #31696 -- Updated OWASP links in docs. 2020-06-15 09:44:37 +02:00
signals.txt
template-response.txt
unicode.txt Used :rfc: role in various docs. 2020-04-15 18:31:30 +02:00
urlresolvers.txt
urls.txt Fixed #31534 -- Deprecated django.conf.urls.url(). 2020-05-05 07:34:34 +02:00
utils.txt Refs #30165 -- Removed obsolete doc references to deprecated ugettext() & co. 2020-04-20 07:57:24 +02:00
validators.txt [3.1.x] Improved RegexValidator docs. 2020-06-30 12:55:52 +02:00
views.txt