django/docs/ref
Adam Alton 1e3d8bd3a1 [3.1.x] Removed unnecessary sentence in QuerySet docs.
Backport of 6e9c5ee88f from master
2020-08-07 08:06:21 +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] Fixed typo in docs/ref/contrib/postgres/fields.txt. 2020-08-07 07:57:21 +02:00
files [3.1.x] Used :pep: role in various docs. 2020-05-13 09:38:40 +02:00
forms [3.1.x] Fixed #21528 -- Added note about filtering form field's queryset based on instance to admin docs. 2020-07-13 23:02:05 +02:00
models [3.1.x] Removed unnecessary sentence in QuerySet docs. 2020-08-07 08:06:21 +02:00
templates [3.1.x] Fixed #29336 -- Doc'd circular template inheritance 2020-08-05 11:37:27 +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 #31842 -- Added DEFAULT_HASHING_ALGORITHM transitional setting. 2020-08-04 09:39:29 +02:00
clickjacking.txt Fixed #30732 -- Doc'd that SameSite cookies flags can affect xframe_options_exempt. 2019-09-23 15:09:37 +02:00
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] Removed unsupported third-party database backends from docs. 2020-07-08 22:30:23 +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 [3.1.x] Doc'd Model.MultipleObjectsReturned docs and improved documentation related with models exceptions. 2020-07-22 20:21:06 +02:00
index.txt Fixed #28581 -- Moved django.core.paginator documentation to API Reference. 2019-07-04 11:04:39 +02:00
middleware.txt Fixed some typos in comments and docs. 2019-10-02 15:50:46 +02:00
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 Fixed #14218 -- Added Paginator.__iter__(). 2019-10-02 09:49:31 +02:00
request-response.txt [3.1.x] Fixed #31816 -- Corrected the expected content type in StreamingHttpResponse docs. 2020-07-23 13:13:17 +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 #31842 -- Added DEFAULT_HASHING_ALGORITHM transitional setting. 2020-08-04 09:39:29 +02:00
signals.txt [3.1.x] Refs #31502 -- Made minor edits to Model._state docs. 2020-07-16 21:12:13 +02:00
template-response.txt Fixed #30573 -- Rephrased documentation to avoid words that minimise the involved difficulty. 2019-09-06 13:27:46 +02:00
unicode.txt Used :rfc: role in various docs. 2020-04-15 18:31:30 +02:00
urlresolvers.txt Removed versionadded/changed annotations for 2.2. 2019-09-10 12:01:00 +02:00
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 Fixed #30573 -- Rephrased documentation to avoid words that minimise the involved difficulty. 2019-09-06 13:27:46 +02:00