.. |
class-based-views
|
Fixed #31877 -- Reverted "Fixed #19878 -- Deprecated TemplateView passing URL kwargs into context."
|
2020-08-24 11:37:59 +02:00 |
contrib
|
Refs #26167 -- Corrected OpClass() example in docs.
|
2021-01-25 08:41:35 +01:00 |
files
|
Removed versionadded/changed annotations for 3.1.
|
2021-01-14 17:50:04 +01:00 |
forms
|
Fixed #32347 -- Made ModelChoiceField include the value in ValidationError for invalid_choice.
|
2021-01-26 09:31:53 +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
|
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 #32292 -- Added support for connection by service name to PostgreSQL.
|
2021-01-20 17:30:37 +01:00 |
django-admin.txt
|
Fixed #32296 -- Added --skip-checks option to runserver command.
|
2021-01-18 12:51:35 +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
|
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
|
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
|
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
|
Refs #32365 -- Allowed use of non-pytz timezone implementations.
|
2021-01-19 11:59:37 +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 |