django/docs/ref
Anil Khatri b1416cbc8b [3.1.x] Fixed #32430 -- Doc'd base class-based views.
Backport of 6ee86a12ee from master
2021-02-08 17:34:24 +01:00
..
class-based-views [3.1.x] Fixed #32430 -- Doc'd base class-based views. 2021-02-08 17:34:24 +01:00
contrib [3.1.x] Fixed #32371 -- Doc'd jquery.init.js dependency for admin widgets. 2021-01-20 22:08:31 +01:00
files [3.1.x] Fixed typo in docs/ref/files/storage.txt. 2020-12-21 07:35:48 +01:00
forms [3.1.x] Fixed typo in docs/ref/forms/widgets.txt. 2021-02-01 12:05:49 +01:00
models [3.1.x] Fixed #32388 -- Clarified QuerySet.bulk_update() caveat about duplicates for multiple batches. 2021-01-28 08:07:33 +01:00
templates [3.1.x] Fixed typo in docs/ref/templates/builtins.txt. 2021-01-04 07:35:34 +01: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] Corrected related fields checks messages in docs. 2020-12-29 09:06:03 +01: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] Fixed #32065 -- Restored leading dot to CSRF_COOKIE_DOMAIN examples. 2020-10-07 10:04:24 +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] Removed redundant sentence in 'check' management command docs. 2020-12-14 06:32:30 +01:00
exceptions.txt [3.1.x] Mentioned ASGI handler in SuspiciousOperation docs. 2020-09-09 09:35:56 +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 #29356 -- Clarified docs for QueryDict.getlist() default. 2020-10-08 14:20:38 +02:00
schema-editor.txt [3.1.x] Fixed outdated notes in SchemaEditor docs. 2020-10-20 09:49:39 +02:00
settings.txt [3.1.x] Refs #28741 -- Doc'd SESSION_COOKIE_DOMAIN requirement with CSRF_USE_SESSIONS. 2021-01-04 08:17:46 +01: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