django/docs/ref
Mariusz Felisiak fbea64b8ce [3.2.x] Refs #32682 -- Renamed use_distinct variable to may_have_duplicates.
QuerySet.distinct() is not the only way to avoid duplicate, it's also
not preferred.

Backport of cd74aad90e from main
2021-04-27 10:37:13 +02:00
..
class-based-views [3.2.x] Fixed #32536 -- Added links to BaseDetailView/BaseListView.get() methods in CBV docs. 2021-03-16 07:59:49 +01:00
contrib [3.2.x] Refs #32682 -- Renamed use_distinct variable to may_have_duplicates. 2021-04-27 10:37:13 +02:00
files [3.2.x] Corrected File, ContentFile, and ImageFile signatures in docs. 2021-04-16 10:32:54 +02:00
forms [3.2.x] Fixed typo in docs/ref/forms/widgets.txt. 2021-02-01 12:05:22 +01:00
models [3.2.x] Fixed #32645 -- Fixed QuerySet.update() crash when ordered by joined fields on MySQL/MariaDB. 2021-04-14 21:13:27 +02:00
templates [3.2.x] Fixed #20423 -- Doc'd that DTL variable names may not be a number. 2021-02-26 21:03:02 +01:00
applications.txt [3.2.x] Fixed #32570 -- Removed unnecessary default_auto_field in app config example. 2021-03-19 13:03:36 +01:00
checks.txt [3.2.x] Fixed typo in docs/ref/checks.txt. 2021-03-15 09:42:29 +01:00
clickjacking.txt Removed versionadded/changed annotations for 3.0. 2020-05-13 09:07:51 +02:00
csrf.txt Fixed #32065 -- Restored leading dot to CSRF_COOKIE_DOMAIN examples. 2020-10-07 10:03:10 +02:00
databases.txt Fixed #32303 -- Bumped minimum supported SQLite to 3.9.0. 2020-12-30 09:01:56 +01:00
django-admin.txt [3.2.x] Fixed #32576 -- Corrected dumpdata docs for passing model names to the --exclude option. 2021-03-22 08:44:55 +01:00
exceptions.txt Mentioned ASGI handler in SuspiciousOperation docs. 2020-09-09 09:05:28 +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 #32124 -- Added per-view opt-out for APPEND_SLASH behavior. 2020-10-22 14:15:19 +02:00
migration-operations.txt Fixed #31468 -- Allowed specifying migration filename in Operation. 2020-05-28 11:42:53 +02:00
paginator.txt [3.2.x] Fixed page numbers in Paginator.get_elided_page_range() example in docs. 2021-03-24 07:35:55 +01:00
request-response.txt [3.2.x] Fixed #32580 -- Doc'd that HttpRequest.get_host() may raise DisallowedHost. 2021-03-26 08:03:59 +01:00
schema-editor.txt Fixed outdated notes in SchemaEditor docs. 2020-10-20 09:49:05 +02:00
settings.txt Refs #28741 -- Doc'd SESSION_COOKIE_DOMAIN requirement with CSRF_USE_SESSIONS. 2021-01-04 07:49:30 +01:00
signals.txt Refs #31502 -- Made minor edits to Model._state docs. 2020-07-16 20:50:53 +02:00
template-response.txt Fixed #32002 -- Added headers parameter to HttpResponse and subclasses. 2020-10-07 09:19:57 +02:00
unicode.txt Used :rfc: role in various docs. 2020-04-15 18:31:30 +02:00
urlresolvers.txt Fixed #31791 -- Made technical 404 debug page display the tried URL patterns for Http404. 2020-09-07 06:54:19 +02:00
urls.txt Fixed #31534 -- Deprecated django.conf.urls.url(). 2020-05-05 07:34:34 +02:00
utils.txt [3.2.x] Refs #32365 -- Allowed use of non-pytz timezone implementations. 2021-01-19 12:00:40 +01: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