summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2026-06-03Refs #36499 -- Added coverage for non-UTC TIME_ZONE with Trunc().Jacob Walls
2026-06-03Fixed #34699 -- Added examples of database comparisons against Extract()/Trun...wesley
2026-06-03Added CVE-2026-6873, CVE-2026-7666, CVE-2026-8404, CVE-2026-35193, and CVE-20...Natalia
2026-06-03Added stub release notes for 6.0.7.Natalia
2026-06-03Fixed CVE-2026-48587 -- Ignored whitespace padding when checking Vary header ...Jake Howard
2026-06-03Fixed CVE-2026-35193 -- Varied on Authorization when caching non-public respo...Jacob Walls
2026-06-03Fixed CVE-2026-8404 -- Used Cache-Control directives case-insensitively in Up...Jake Howard
2026-06-03Fixed CVE-2026-7666 -- Delayed setting SMTP connection until fully configured.Jake Howard
2026-06-03Fixed CVE-2026-6873 -- Prevented signed cookie salt namespace collisions.Paul McMillan
2026-06-02Updated source translation catalogs.Jacob Walls
2026-06-02Updated translations from Transifex.Jacob Walls
2026-06-02Made PR quality check require tickets for new contributors.Jacob Walls
2026-06-02Refs #36439 -- Added missing thread_sensitive=False to dummy password hasher ...Jacob Walls
2026-06-02Fixed #37103 -- Made HttpRequest.body handle malformed CONTENT_LENGTH.Lier0102
2026-06-01Fixed #28800 -- Added a listurls management command.Chris Rose
2026-06-01Refs #28800 -- Handled escaped literals in simplify_regex().Jacob Walls
2026-06-01Refs #28800 -- Lifted some url functions from admindocs into urls.utils.Chris Rose
2026-06-01Updated translations from Transifex.Jacob Walls
2026-06-01Fixed #36436 -- Made CookieStorage.signer attribute private.Skyiesac
2026-06-01Fixed #37119 -- Clarified middleware ordering note for nonce access.vishwa
2026-06-01Fixed #37108 -- Made DjangoJSONEncoder consistently omit .000 microseconds.Aaryan P
2026-05-29Refs #35514 -- Improved docs for MAILERS setting and mailers migration guide.Natalia
2026-05-29Downgraded node to 24.15.0 in Github Actions configuration.Jacob Walls
2026-05-28Removed unnecessary direct dev dependency on puppeteer.Jacob Walls
2026-05-28Fixed #36225 -- Coped with lack of get_by_natural_key() in createsuperuser.babbitt
2026-05-27Fixed #35596 -- Removed mention of unlimited results from QuerySet.get().CodeQuiver
2026-05-27Updated links to severity levels in release notes.Jacob Walls
2026-05-27Fixed #37019 -- Updated login() and logout() to set request.auser.vishwa
2026-05-27Fixed #36905 -- Deprecated the safe parameter of JSONResponse.Tim Harris
2026-05-27Refactored release script to support testing in isolation.Natalia
2026-05-27Included commit hash in checksum file when building artifacts for release.Natalia
2026-05-27Fixed #37065 -- Doc'd method_decorator usage on dispatch for async views.Carlton Gibson
2026-05-27Added stub release notes and release date for 6.0.6 and 5.2.15.Natalia
2026-05-26Bumped versions in Github actions configuration.Jacob Walls
2026-05-26Used Node.js 24 for GitHub actions.Jacob Walls
2026-05-26Removed version numbers from example tox -l output.Jacob Walls
2026-05-26Bumped versions in pre-commit and npm configurations.Jacob Walls
2026-05-26Refs #35514 -- Removed specific Django versions from outside deprecated blocks.Natalia
2026-05-26Refs #35870 -- Moved deprecated notice at the bottom for USE_BLANK_CHOICE_DASH.Natalia
2026-05-26Fixed #37116 -- Explained why a code is useful in a ValidationError.Arthur Vuillard
2026-05-25Corrected indentation in topics/http/shortcuts.txt.Mariusz Felisiak
2026-05-24Added advancing deprecations to preparing for next release instructions.Sarah Boyce
2026-05-24Corrected code-block indenting in docs/internals/howto-release-django.txt.Sarah Boyce
2026-05-24Removed hardcoded Site pks.Tim Graham
2026-05-24Removed integer pk assumption in AdminCustomQuerysetTest.Tim Graham
2026-05-22Fixed #37117 -- Used ModelAdmin.get_queryset() for change form actions.Natalia
2026-05-22Fixed #37100 -- Prevented control characters in HttpResponse reason_phrase.Varun Kasyap
2026-05-21Fixed #37088 -- Included attributes in media object equality.Johannes Maron
2026-05-20Increased the default PBKDF2 iterations for Django 6.2.Sarah Boyce
2026-05-20Advanced deprecation warnings for Django 6.2.Sarah Boyce