summaryrefslogtreecommitdiff
path: root/django
AgeCommit message (Expand)Author
2026-05-20Bumped version; main is now 6.2 pre-alpha.Sarah Boyce
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 #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-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 #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-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-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 -- Made ModelAdmin.list_select_related = False more efficient.Adam Johnson
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 -- 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-06Refs #35514 -- Added error for missing EMAIL_FILE_PATH setting.Mike Edmunds
2026-05-06Fixed #36784 -- Added csp_nonce_attr template tag for CSP nonce inclusion.Natalia
2026-05-06Refs #36439 -- Added sync_to_async() to dummy password hasher path.Jacob Walls
2026-05-06Fixed #36300 -- Restored the semantic where RemoteUserMiddleware.header corre...Jacob Walls
2026-05-05Fixed #37053 -- Added validate=True to base64.b64decode() calls.Sarah Boyce
2026-05-05Fixed CVE-2026-6907 -- Prevented caching of requests when Vary header contain...Sarah Boyce
2026-05-05Fixed CVE-2026-35192 -- Ensured Vary header is sent when setting session cook...Jake Howard
2026-05-05Fixed CVE-2026-5766 -- Enforced DATA_UPLOAD_MAX_MEMORY_SIZE in MemoryFileUplo...Jacob Walls
2026-05-04Fixed #36767 -- Allowed max redirect URL length to be set on HttpResponseRedi...varunkasyap
2026-05-04Fixed #35971 -- Added RemoteUserMiddleware.get_username() helper.Jacob Walls
2026-05-04Fixed #37079 -- Fixed specialization of header lookups in RemoteUserMiddleware.Jacob Walls
2026-05-04Fixed #37078 -- Deprecated SHA-1 default for salted_hmac() and base64_hmac() ...Denny Biasiolli
2026-05-04Fixed #36459 -- Added aria-label to buttons in admin calendar and clock widgets.Skyiesac
2026-05-01Refs #35303 -- Improved use of async methods in RemoteUserMiddleware.Sarah Boyce
2026-05-01Refs #689, #4015 -- Removed RemoteUserMiddleware updates to request.user/ause...Sarah Boyce
2026-05-01Refs #689 -- Made RemoteUserMiddleware ImproperlyConfigured error message han...Sarah Boyce
2026-04-30Fixed #37075 -- Allowed overriding the PostgreSQL pool's "check" callable.HEADmaininitial-branchRaoni Timo
2026-04-30Fixed #36919 -- Allowed Task and TaskResult to be pickled.varunkasyap
2026-04-29Fixed #16429 -- Extracted set_choices() method from FilePathField.__init__().TildaDares
2026-04-29Fixed #37067 -- Added trailing slash in django_file_prefixes().Fashad Ahmed