Mariusz Felisiak c6b07627fc Refs #32483 -- Doc'd caveat about using JSONField key transforms to booleans with QuerySet.values()/values_list() on SQLite. 4 years ago
..
class-based-views 5fd4f22d19 Fixed #32271 -- Improved consistency of docs CBV examples. 4 years ago
contrib 05bbff8263 Fixed typo in docs/ref/contrib/postgres/fields.txt. 4 years ago
files b7dd89ed53 Removed versionadded/changed annotations for 3.1. 4 years ago
forms f9cfd346f0 Fixed typo in docs/ref/forms/widgets.txt. 4 years ago
models c6b07627fc Refs #32483 -- Doc'd caveat about using JSONField key transforms to booleans with QuerySet.values()/values_list() on SQLite. 4 years ago
templates 7587139d35 Fixed #20423 -- Doc'd that DTL variable names may not be a number. 4 years ago
applications.txt b5e12d490a Fixed #31007 -- Allowed specifying type of auto-created primary keys. 4 years ago
checks.txt 1da54bfe7d Corrected messages of admin checks for invalid model field names. 4 years ago
clickjacking.txt 4c5236ef93 Removed versionadded/changed annotations for 3.0. 4 years ago
csrf.txt 3d4ffd1ff0 Fixed #32065 -- Restored leading dot to CSRF_COOKIE_DOMAIN examples. 4 years ago
databases.txt 8380fe08a0 Fixed #32456 -- Added dbshell support for specifying a password file on PostgreSQL. 4 years ago
django-admin.txt ec0ff40631 Fixed #32355 -- Dropped support for Python 3.6 and 3.7 4 years ago
exceptions.txt 453967477e Mentioned ASGI handler in SuspiciousOperation docs. 4 years ago
index.txt d37ea5f09b Fixed #28581 -- Moved django.core.paginator documentation to API Reference. 5 years ago
middleware.txt ad11f5b8c9 Fixed #32124 -- Added per-view opt-out for APPEND_SLASH behavior. 4 years ago
migration-operations.txt fa58450a9a Fixed #31468 -- Allowed specifying migration filename in Operation. 4 years ago
paginator.txt a57e91adee Improved pagination documentation 4 years ago
request-response.txt d08977a0f0 Refs #30997 -- Removed HttpRequest.is_ajax() per deprecation timeline. 4 years ago
schema-editor.txt 197b55c534 Fixed outdated notes in SchemaEditor docs. 4 years ago
settings.txt 3089018e95 Fixed #32446 -- Deprecated SERIALIZE test database setting. 4 years ago
signals.txt f23b05696e Fixed #32395 -- Allowed capturing stdout of migration signals. 4 years ago
template-response.txt dcb69043d0 Fixed #32002 -- Added headers parameter to HttpResponse and subclasses. 4 years ago
unicode.txt 5371342ed6 Fixed #32357 -- Dropped support for PostgreSQL 9.6 and PostGIS 2.3. 4 years ago
urlresolvers.txt 11ebc6479f Fixed #31791 -- Made technical 404 debug page display the tried URL patterns for Http404. 4 years ago
urls.txt 98ae3925e5 Refs #31534 -- Removed django.conf.urls.url() per deprecation timeline. 4 years ago
utils.txt ec0ff40631 Fixed #32355 -- Dropped support for Python 3.6 and 3.7 4 years ago
validators.txt 8cf08a01b5 Improved RegexValidator docs. 4 years ago
views.txt 50a5f8840f Refs #32394 -- Changed STATIC_URL/MEDIA_URL to relative paths in tests and docs where appropriate. 4 years ago