django/docs/ref
Hasan Ramezani 70731fc6fe Fixed #31934 -- Added note about the default of SameSite cookie flag in modern browsers. 2020-08-31 10:57:41 +02:00
..
class-based-views Fixed #31877 -- Reverted "Fixed #19878 -- Deprecated TemplateView passing URL kwargs into context." 2020-08-24 11:37:59 +02:00
contrib Fixed #31909 -- Fixed typo in docs/ref/contrib/admin/index.txt. 2020-08-20 07:34:03 +02:00
files Used :pep: role in various docs. 2020-05-13 09:14:04 +02:00
forms Fixed #31906 -- Fixed typo in docs/ref/forms/fields.txt. 2020-08-21 08:14:07 +02:00
models Fixed #31918 -- Allowed QuerySet.in_bulk() to fetch on a single distinct field. 2020-08-26 09:43:39 +02:00
templates Fixed #29336 -- Doc'd circular template inheritance 2020-08-05 11:36:14 +02:00
applications.txt Fixed #31180 -- Configured applications automatically. 2020-07-21 10:35:12 +02:00
checks.txt Fixed #31842 -- Added DEFAULT_HASHING_ALGORITHM transitional setting. 2020-08-04 09:35:24 +02:00
clickjacking.txt Removed versionadded/changed annotations for 3.0. 2020-05-13 09:07:51 +02:00
csrf.txt Refs #31493 -- Replaced var with const/let in documentation JS. 2020-06-24 12:20:57 +02:00
databases.txt Fixed #31770 -- Allowed select_for_update(of) on MySQL 8.0.1+. 2020-07-13 10:15:43 +02:00
django-admin.txt Fixed typo in docs/ref/django-admin.txt. 2020-08-18 06:28:30 +02:00
exceptions.txt Doc'd Model.MultipleObjectsReturned docs and improved documentation related with models exceptions. 2020-07-22 14:21:08 +01:00
index.txt Fixed #28581 -- Moved django.core.paginator documentation to API Reference. 2019-07-04 11:04:39 +02:00
middleware.txt Removed versionadded/changed annotations for 3.0. 2020-05-13 09:07:51 +02:00
migration-operations.txt Fixed #31468 -- Allowed specifying migration filename in Operation. 2020-05-28 11:42:53 +02:00
paginator.txt Fixed #25513 -- Extracted admin pagination to Paginator.get_elided_page_range(). 2020-08-06 12:38:56 +02:00
request-response.txt Fixed #31816 -- Corrected the expected content type in StreamingHttpResponse docs. 2020-07-23 13:12:58 +02:00
schema-editor.txt Removed obsolete references to South database migrations. 2020-03-23 11:55:58 +01:00
settings.txt Fixed #31934 -- Added note about the default of SameSite cookie flag in modern browsers. 2020-08-31 10:57:41 +02:00
signals.txt Refs #31502 -- Made minor edits to Model._state docs. 2020-07-16 20:50:53 +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 Fixed #28694 -- Made django.utils.text.slugify() strip dashes and underscores. 2020-05-29 06:47:51 +02:00
validators.txt Improved RegexValidator docs. 2020-06-30 12:44:10 +02:00
views.txt Fixed #30573 -- Rephrased documentation to avoid words that minimise the involved difficulty. 2019-09-06 13:27:46 +02:00