django/docs/ref
2025-04-04 17:41:13 +02:00
..
class-based-views Fixed incorrect formatting for inline pluralized code references in docs. 2025-03-13 15:18:35 -03:00
contrib Fixed #36255 -- Renamed the admin action button for improved accessibility. 2025-04-04 17:41:13 +02:00
files Removed versionadded/changed annotations for 5.1. 2025-01-15 22:28:37 +01:00
forms Refs #34380 -- Fixed the documented URLField default scheme to https. 2025-03-12 16:45:08 +01:00
models Fixed #36213 -- Doc'd MySQL's handling of self-select updates in QuerySet.update(). 2025-04-02 08:45:03 +02:00
templates Fixed #35529 -- Added support for positional arguments in querystring template tag. 2025-03-25 12:23:41 -03:00
applications.txt Fixed #23790 -- Warned about renaming AppConfig.label in docs/ref/applications.txt. 2024-07-01 21:52:04 -03:00
checks.txt Fixed #22977 -- Added system check for clashing managers and reverse related fields. 2025-03-31 22:20:43 +02:00
clickjacking.txt Removed outdated note about limitations in Clickjacking protection. 2024-07-04 18:08:19 -03:00
csrf.txt Refs #35401 -- Linked the CsrfViewMiddleware docs to the csrf_protect() decorator. 2024-06-12 13:11:29 +02:00
databases.txt Fixed #33497 -- Doc'd that persistent DB connections should be disabled in ASGI and async modes. 2025-03-18 21:26:57 -03:00
django-admin.txt Fixed #36266 -- Renamed HIDE_PRODUCTION_WARNING environment variable to DJANGO_RUNSERVER_HIDE_WARNING. 2025-03-21 10:19:36 +01:00
exceptions.txt Fixed #33579 -- Specialized exception raised on forced update failures. 2025-03-10 21:09:15 +01:00
index.txt
logging.txt Removed versionadded/changed annotations for 5.1. 2025-01-15 22:28:37 +01:00
middleware.txt Removed versionadded/changed annotations for 5.1. 2025-01-15 22:28:37 +01:00
migration-operations.txt Fixed #35487 -- Removed CASCADE from RemoveField() on PostgreSQL. 2025-03-09 11:50:17 +01:00
paginator.txt Fixed #35452 -- Deprecated orphans being more than or equal to page_size in pagination. 2025-03-25 12:04:13 +01:00
request-response.txt Fixed #35915 -- Clarified the empty list case in QueryDict.__getitem__() docs. 2024-12-02 11:11:05 +01:00
schema-editor.txt Refs #27236 -- Removed Meta.index_together per deprecation timeline. 2023-09-18 22:12:40 +02:00
settings.txt Fixed #36138 -- Changed ADMINS and MANAGERS settings to lists of strings. 2025-03-21 10:17:57 +01:00
signals.txt Clarified pre_delete and post_delete's origin attributes. 2025-03-31 16:10:44 +02:00
template-response.txt
unicode.txt Fixed broken links and redirects in docs. 2024-03-06 08:50:21 +01:00
urlresolvers.txt Refs #25582 -- Doc'd query and fragment arguments for reverse_lazy(). 2025-03-12 16:41:44 +01:00
urls.txt Refs #35090 -- Removed support for django.urls.register_converter() overriding existing converters per deprecation timeline. 2025-01-15 22:28:37 +01:00
utils.txt Refs #34609 -- Removed support for calling format_html() without arguments per deprecation timeline. 2025-01-15 22:28:37 +01:00
validators.txt Removed versionadded/changed annotations for 5.1. 2025-01-15 22:28:37 +01:00
views.txt