.. |
class-based-views
|
|
|
contrib
|
Fixed #32390 -- Dropped support for Oracle 12.2 and 18c.
|
2021-02-03 10:03:33 +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 #32388 -- Clarified QuerySet.bulk_update() caveat about duplicates for multiple batches.
|
2021-01-28 07:54:03 +01:00 |
templates
|
Refs #25236 -- Removed {% ifequal %} and {% ifnotequal %} template tags per deprecation timeline.
|
2021-01-14 17:50:04 +01:00 |
applications.txt
|
Fixed #31007 -- Allowed specifying type of auto-created primary keys.
|
2020-12-15 11:25:46 +01:00 |
checks.txt
|
Fixed #32360 -- Added system check for FILE_UPLOAD_TEMP_DIR setting.
|
2021-01-22 07:51:00 +01:00 |
clickjacking.txt
|
|
|
csrf.txt
|
|
|
databases.txt
|
Refs #32390 -- Bumped required cx_Oracle to 7.0.
|
2021-02-03 10:03:33 +01:00 |
django-admin.txt
|
Fixed #32296 -- Added --skip-checks option to runserver command.
|
2021-01-18 12:51:35 +01:00 |
exceptions.txt
|
|
|
index.txt
|
|
|
middleware.txt
|
Fixed #32124 -- Added per-view opt-out for APPEND_SLASH behavior.
|
2020-10-22 14:15:19 +02:00 |
migration-operations.txt
|
|
|
paginator.txt
|
Removed versionadded/changed annotations for 3.1.
|
2021-01-14 17:50:04 +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
|
Refs #31842 -- Removed DEFAULT_HASHING_ALGORITHM transitional setting.
|
2021-01-14 17:50:04 +01:00 |
signals.txt
|
Fixed #32395 -- Allowed capturing stdout of migration signals.
|
2021-02-04 11:19:49 +01:00 |
template-response.txt
|
|
|
unicode.txt
|
Fixed #32357 -- Dropped support for PostgreSQL 9.6 and PostGIS 2.3.
|
2021-01-19 12:25:20 +01:00 |
urlresolvers.txt
|
|
|
urls.txt
|
Refs #31534 -- Removed django.conf.urls.url() per deprecation timeline.
|
2021-01-14 17:50:04 +01:00 |
utils.txt
|
Refs #32365 -- Allowed use of non-pytz timezone implementations.
|
2021-01-19 11:59:37 +01:00 |
validators.txt
|
|
|
views.txt
|
|
|