.. |
class-based-views
|
Fixed #21936 -- Allowed DeleteView to work with custom Forms and SuccessMessageMixin.
|
2021-07-14 09:47:03 +02:00 |
contrib
|
Fixed #32928 -- Confirmed support for GDAL 3.3.
|
2021-07-16 09:36:53 +02:00 |
files
|
Corrected File, ContentFile, and ImageFile signatures in docs.
|
2021-04-16 06:17:45 +02:00 |
forms
|
Refs #32338 -- Improved accessibility of RadioSelect examples in docs.
|
2021-06-04 08:28:25 +02:00 |
models
|
Fixed #27021 -- Allowed lookup expressions in annotations, aggregations, and QuerySet.filter().
|
2021-07-09 11:43:06 +02:00 |
templates
|
Refs #32720 -- Updated various links in docs to avoid redirects and use HTTPS.
|
2021-05-17 09:46:09 +02:00 |
applications.txt
|
Fixed #32570 -- Removed unnecessary default_auto_field in app config example.
|
2021-03-19 12:08:46 +01:00 |
checks.txt
|
Fixed #32195 -- Added system check for invalid view in path() and improved error messages.
|
2021-06-09 09:06:42 +02:00 |
clickjacking.txt
|
Refs #32720 -- Updated various links in docs to avoid redirects and use HTTPS.
|
2021-05-17 09:46:09 +02:00 |
csrf.txt
|
Fixed #16010 -- Added Origin header checking to CSRF middleware.
|
2021-03-18 20:25:20 +01:00 |
databases.txt
|
Fixed #32908 -- Allowed select_for_update(skip_locked) on MariaDB 10.6+.
|
2021-07-08 06:51:10 +02:00 |
django-admin.txt
|
Fixed #24522 -- Added a --shuffle option to DiscoverRunner.
|
2021-07-08 07:29:04 +02:00 |
exceptions.txt
|
Mentioned ASGI handler in SuspiciousOperation docs.
|
2020-09-09 09:05:28 +02:00 |
index.txt
|
Refs #32880 -- Moved logging reference to new document.
|
2021-06-30 07:21:52 +02:00 |
logging.txt
|
Refs #32880 -- Created a new logging how-to document.
|
2021-07-12 09:04:25 +02:00 |
middleware.txt
|
Refs #32720 -- Updated various links in docs to avoid redirects and use HTTPS.
|
2021-05-17 09:46:09 +02:00 |
migration-operations.txt
|
Fixed #31468 -- Allowed specifying migration filename in Operation.
|
2020-05-28 11:42:53 +02:00 |
paginator.txt
|
Fixed page numbers in Paginator.get_elided_page_range() example in docs.
|
2021-03-24 07:35:24 +01:00 |
request-response.txt
|
Fixed #32899 -- Added note about avoiding non-dict objects in JsonResponse docs.
|
2021-07-13 10:25:03 +02:00 |
schema-editor.txt
|
Fixed outdated notes in SchemaEditor docs.
|
2020-10-20 09:49:05 +02:00 |
settings.txt
|
Added note about zero timeout in cache settings docs.
|
2021-07-14 20:28:21 +02: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 |