summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2026-05-20Removed versionadded/changed annotations for 6.0.Sarah Boyce
2026-05-20Added stub release notes for 6.2.Sarah Boyce
2026-05-20Bumped version; main is now 6.2 pre-alpha.Sarah Boyce
2026-05-20Updated man page for Django 6.1 alpha 1.Jacob Walls
2026-05-20Made cosmetic edits to docs/releases/6.1.txt.Jacob Walls
2026-05-20Removed empty sections from 6.1 release notes.Jacob Walls
2026-05-20Fixed #37091 -- Confirmed support for GDAL 3.13.Milad Zarour
2026-05-20Fixed #37045 -- Renamed savepoint() to savepoint_create().Samuel Searles-Bryant
2026-05-20Fixed #36458 -- Trapped focus in the admin calendar and clock widgets.Skyiesac
2026-05-20Refs #35514 -- Cleaned up mailers docs.Mike Edmunds
2026-05-20Refs #36825 -- Fixed regression in CSPSeleniumTestCase.Johannes Maron
2026-05-20Refs #12090 -- Aligned admin change form and list minimum permission to run a...Sarah Boyce
2026-05-20Fixed #37105 -- Disallowed admin change form actions on different objects.Sarah Boyce
2026-05-18Fixed #36825 -- Extended admin templates so CSP nonce is included if available.Johannes Maron
2026-05-18Refs #37097 -- Removed compilation-time order clearing on combined queries on...Jacob Walls
2026-05-18Refs #36938 -- Reverted "Refs #36938 -- Tolerated unnecessary ordering in com...Jacob Walls
2026-05-18Fixed #37097 -- Made Query.clear_ordering() clear ordering on combined querie...Jacob Walls
2026-05-15Fixed #37062 -- Added preserve_request support to RedirectView.VAIBHAVPANT07
2026-05-15Pinned selenium version to "<4.44.0" due to change in get_attribute("class") ...Sarah Boyce
2026-05-14Refs #36664 -- Updated SMTP EmailBackend tests for Python 3.15.Mike Edmunds
2026-05-13Fixed #37092, Refs #35870 -- Added missing deprecation warnings for USE_BLANK...Jacob Walls
2026-05-13Fixed #37098 -- Added dynamically linked binary env vars to tox passenv.VAIBHAVPANT07
2026-05-13Fixed #35514 -- Implemented dictionary-based MAILERS.Mike Edmunds
2026-05-13Fixed #37094 -- Replaced "Go" with "Run" in list_editable alert message.Jacob Walls
2026-05-13Fixed #12090 -- Added admin actions to the admin change form.Marcelo Galigniana
2026-05-13Refs CVE-2025-64460 -- Removed workaround for minidom document checks.Jacob Walls
2026-05-12Fixed #37095 -- Checked maximum redirect lengths against percent-encoded URLs.Jacob Walls
2026-05-12Fixed #37096 -- Fixed test_invalid_choice_db_option on Python 3.14.5+.kasey
2026-05-12Fixed #27825 -- Doc'd that setting model fields does not convert types.1wos
2026-05-12Removed constraints' test_validate_nullable_condition dependency on generated...Tim Graham
2026-05-11Refs #36938 -- Tolerated unnecessary ordering in compound queries on SQLite.Jacob Walls
2026-05-11Fixed #36938 -- Removed unnecessary ordering from compound queries.siddus
2026-05-11Removed hardcoded pks in AdminViewPermissionsTest.Artyom Kotovskiy
2026-05-11Fixed typo in docs/topics/db/search.txt.Stephanie
2026-05-11Refs #36593 -- Replaced reference to select_related() in design philosophies.Jacob Walls
2026-05-11Refs #36593 -- Deprecated setting ModelAdmin.list_select_related to True.Adam Johnson
2026-05-11Fixed #36593 -- Deprecated QuerySet.select_related() with no arguments.Adam Johnson
2026-05-11Refs #36593 -- Used explicit select_related() in admin history_view().Adam Johnson
2026-05-11Refs #36593 -- Used explicit select_related() calls in tests.Adam Johnson
2026-05-11Refs #36593 -- Made ModelAdmin.list_select_related = False more efficient.Adam Johnson
2026-05-08Refs #37060 -- Shortened app label in AlterField test for Oracle.Jacob Walls
2026-05-08Fixed #37074 -- Synced admin calendar today highlight with server time.Aaryan P
2026-05-08Refs #36712, #36664 -- Used annotation_format parameter of getfullargspec() o...Jacob Walls
2026-05-08Refs #35514 -- Decoupled settings from functional EmailBackend tests.Mike Edmunds
2026-05-08Refs #35514 -- Fixed settings deprecation warning helper.Mike Edmunds
2026-05-07Fixed #37084 -- Added CSP nonce context processor system check.Milad Zarour
2026-05-07Fixed #37085 -- Added support for object-based form media stylesheet assets.Natalia
2026-05-07Fixed #37060 -- Propagated AlterField through attname-based to_field references.Andrea Zanotto
2026-05-07Refs #15727 -- Moved security.E026 out of list of deploy=True checks.Jacob Walls
2026-05-06Refs #35514 -- Cleaned up logging and middleware tests.Mike Edmunds