summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2026-05-06Refs #35514 -- Verified test runner swaps in testing email backend.Mike Edmunds
2026-05-06Refs #35514 -- Added error for missing EMAIL_FILE_PATH setting.Mike Edmunds
2026-05-06Refs #35514 -- Added missing mail tests.Mike Edmunds
2026-05-06Refs #35514 -- Simplified mail tests.Mike Edmunds
2026-05-06Refs #35514 -- Cleaned up mail tests.Mike Edmunds
2026-05-06Fixed #36784 -- Added csp_nonce_attr template tag for CSP nonce inclusion.Natalia
2026-05-06Refs #36620 -- Mentioned coverage workflow uses PostgreSQL.Jacob Walls
2026-05-06Refs #36439 -- Added sync_to_async() to dummy password hasher path.Jacob Walls
2026-05-06Refs #36862 -- Clarified security note for RemoteUserMiddleware.Jacob Walls
2026-05-06Fixed #36300 -- Restored the semantic where RemoteUserMiddleware.header corre...Jacob Walls
2026-05-06Replaced old PR quality comments when writing new ones.Jacob Walls
2026-05-05Fixed #37053 -- Added validate=True to base64.b64decode() calls.Sarah Boyce
2026-05-05Added CVE-2026-5766, CVE-2026-35192, and CVE-2026-6907 to security archive.Sarah Boyce
2026-05-05Added stub release notes for 6.0.6.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 #37039 -- Removed outdated note from QuerySet.iterator() docs.Manas225
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 #37080 -- Filtered by generic deprecation warnings in runtests.py.HectorCastillo
2026-05-04Fixed #37078 -- Deprecated SHA-1 default for salted_hmac() and base64_hmac() ...Denny Biasiolli
2026-05-04Removed hardcoded pks in annotations and delete_regress tests.Tim Graham
2026-05-04Fixed #36459 -- Added aria-label to buttons in admin calendar and clock widgets.Skyiesac
2026-05-02Removed integer pk assumption from file_uploads test.Tim Graham
2026-05-01Refs #35303 -- Improved use of async methods in RemoteUserMiddleware.Sarah Boyce
2026-05-01Refs #35303 -- Added missing async RemoteUserMiddleware tests for custom Remo...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 typo in stub release notes for 5.2.14.Jacob Walls
2026-04-30Fixed #36919 -- Allowed Task and TaskResult to be pickled.varunkasyap
2026-04-29Refs #35738 -- Improved release note for '..' template deprecation.Adam Johnson
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
2026-04-29Fixed #35951 -- Mentioned server timezone in admin DateTime widgets.Vedran Karacic
2026-04-28Refs CVE-2026-25674 -- Clarified role of umask in upload permissions.Shai Berger
2026-04-28Refs #15759 -- Fixed ModelAdmin.list_editable form submission for non-editabl...Artyom Kotovskiy
2026-04-28Fixed #36990 -- Bumped OpenLayers to 10.9.0.VIZZARD-X
2026-04-28Fixed #35738 -- Deprecated double-dot variable lookups.David Smith
2026-04-28Added stub release notes and release date for 6.0.5 and 5.2.14.Sarah Boyce
2026-04-28Fixed #36912 -- Added connector validation to Q.create().Anna Makarudze
2026-04-27Refs #35514 -- Added warn_about_external_use() deprecation utility.Mike Edmunds
2026-04-27Moved QuerySet.extra() assertions to a separate test.Tim Graham
2026-04-27Fixed #36901 -- Centralized auth timing attack mitigations.afenoum
2026-04-25Refs #35007 -- Pinned exact biome version.Jacob Walls
2026-04-24Fixed #36542 -- Marked authenticate() with @sensitive_variables() decorator.KANIN KEARPIMY
2026-04-24Reverted inadvertent changes to PK formatting in tests.Tim Graham
2026-04-24Replaced references in docs to accepted PEPs with specific Python docs links.Mike Edmunds