django1/docs/ref
Markus Holtermann d9a266d657 Updated Git branch "master" to "main".
This change follows a long discussion on django-develops:

https://groups.google.com/g/django-developers/c/tctDuKUGosc/
2021-03-09 08:48:32 +01:00
..
class-based-views Fixed #32271 -- Improved consistency of docs CBV examples. 2021-03-02 08:33:05 +01:00
contrib Updated Git branch "master" to "main". 2021-03-09 08:48:32 +01:00
files Removed versionadded/changed annotations for 3.1. 2021-01-14 17:50:04 +01:00
forms Fixed typo in docs/ref/forms/widgets.txt. 2021-02-01 12:04:48 +01:00
models Fixed #24141 -- Added QuerySet.contains(). 2021-03-06 20:40:29 +01:00
templates Fixed #20423 -- Doc'd that DTL variable names may not be a number. 2021-02-26 21:02:37 +01:00
applications.txt Fixed #31007 -- Allowed specifying type of auto-created primary keys. 2020-12-15 11:25:46 +01:00
checks.txt Corrected messages of admin checks for invalid model field names. 2021-03-04 08:41:28 +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 #32456 -- Added dbshell support for specifying a password file on PostgreSQL. 2021-03-01 09:33:49 +01:00
django-admin.txt Fixed #32355 -- Dropped support for Python 3.6 and 3.7 2021-02-10 10:20:54 +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 Improved pagination documentation 2021-02-11 14:17:01 +01:00
request-response.txt Refs #30997 -- Removed HttpRequest.is_ajax() per deprecation timeline. 2021-01-14 17:50:04 +01:00
schema-editor.txt Fixed outdated notes in SchemaEditor docs. 2020-10-20 09:49:05 +02:00
settings.txt Fixed #32446 -- Deprecated SERIALIZE test database setting. 2021-02-24 20:31:11 +01:00
signals.txt Fixed #32395 -- Allowed capturing stdout of migration signals. 2021-02-04 11:19:49 +01:00
template-response.txt Fixed #32002 -- Added headers parameter to HttpResponse and subclasses. 2020-10-07 09:19:57 +02:00
unicode.txt Fixed #32357 -- Dropped support for PostgreSQL 9.6 and PostGIS 2.3. 2021-01-19 12:25:20 +01: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 Refs #31534 -- Removed django.conf.urls.url() per deprecation timeline. 2021-01-14 17:50:04 +01:00
utils.txt Fixed #32355 -- Dropped support for Python 3.6 and 3.7 2021-02-10 10:20:54 +01:00
validators.txt Improved RegexValidator docs. 2020-06-30 12:44:10 +02:00
views.txt Refs #32394 -- Changed STATIC_URL/MEDIA_URL to relative paths in tests and docs where appropriate. 2021-02-06 13:41:35 +01:00