summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2026-07-07Refs #32670 -- Revealed warning in GDAL virtual filesystem reference.Jacob Walls
2026-07-07Refs #36983 -- Skipped GC specific tests when GIL disabled.Carlton Gibson
2026-07-07Added CVE-2026-48588, CVE-2026-53877, and CVE-2026-53878 to security archive.Jacob Walls
2026-07-07Added stub release notes for 6.0.8.Jacob Walls
2026-07-06Fixed CVE-2026-53878 -- Prevented newlines from being accepted in DomainNameV...Natalia
2026-07-06Fixed CVE-2026-53877 -- Prevented heap buffer over-read when creating GDALRas...Jacob Walls
2026-07-06Fixed CVE-2026-48588 -- Prevented caching of responses that set cookies and v...Natalia
2026-07-06Added tests for StringAgg edge cases.Tim Graham
2026-07-06Fixed flatpages synopsis in docs.Mike Edmunds
2026-07-06Added FILE_UPLOAD_DIRECTORY_PERMISSIONS to docs settings index.Lincoln Puzey
2026-07-06Fixed #37172 -- Linked to upload handlers section in FILE_UPLOAD_* settings s...Lincoln Puzey
2026-07-06Fixed #37158 -- Reordered the contribution checklist sections.VIZZARD-X
2026-07-06Fixed #37122 -- Updated JSONField has_changed method to check for disabled st...FrickWu
2026-07-06Fixed #37204 -- Rendered console directives as plain code in epub docs builds.Natalia
2026-07-02Fixed document referenced in multiple toctrees warning in docs/internals/cont...Sarah Boyce
2026-07-02Fixed duplicate target name in docs/internals/howto-release-django.txt.Sarah Boyce
2026-07-02Updated howto-release-django.txt with reminder to bump asgiref.Jacob Walls
2026-07-02Disambiguated duplicate "Example" hyperlink targets in howto-release-django.txt.Natalia
2026-07-01Fixed #34753 -- Extended security and safety remarks in email topics docs.Mike Edmunds
2026-06-30Fixed #37162 -- Updated ContactForm docs example to use safe practices.Mike Edmunds
2026-06-30Added stub release notes and release date for 6.0.7 and 5.2.16.Jacob Walls
2026-06-29Renamed tests/migrations/test_base.py to base.py.Tim Graham
2026-06-26Clarified "plaintext" vs. "plain-text" in password hashers docs.Mike Edmunds
2026-06-26Fixed #37184 -- Allowed non-UTF-8 bytes passwords in the PBKDF2 and MD5 passw...Jacob Walls
2026-06-26Fixed #37191 -- Prevented ValueError in FileBasedCache.touch() for expired keys.ayoub
2026-06-25Refs #36593, #37187 -- Avoided spurious select_related() warning in ModelAdmin.Mike Edmunds
2026-06-25Refs #37188 -- Used a more realistic --ignore in compilemessages example.Jacob Walls
2026-06-25Removed hardcoded pks in many tests.Tim Graham
2026-06-24Avoided breaking sha1sum verification in the generated checksum.txt file.Natalia
2026-06-24Replaced the defunct pgp.mit.edu keyserver with GitHub for key import.Natalia
2026-06-24Refs #36984 -- Preserved translator comment on separator string.Jacob Walls
2026-06-24Refs #35514 -- Added migration guide link to `AdminEmailHandler` deprecation ...Adam Johnson
2026-06-24Fixed #37183 -- Prevented writing control characters into XML attributes.Jacob Walls
2026-06-24Refs #35870 -- Mentioned transitional setting in BLANK_CHOICE_DASH release note.Jacob Walls
2026-06-24Refs #37174 -- Doc'd that args to the {% cache %} tag are stringified.Jacob Walls
2026-06-24Refs #37101, #37174 -- Added release note for cache misses when varying on ar...Jacob Walls
2026-06-24Fixed #37174 -- Used netstring delimiter between vary on arguments for cached...Jacob Walls
2026-06-24Fixed #37101 -- Used netstring delimiter between vary on headers for cached p...Jacob Walls
2026-06-23Relaxed StringAgg assertions to account for the lack of order_by.Tim Graham
2026-06-23Removed additional versionchanged notices for 6.0.Jacob Walls
2026-06-23Fixed #37170 -- Applied the no-argument form of sensitive_post_parameters to ...Jacob Walls
2026-06-23Fixed #37166 -- Added deploy system check for dev-only 'default' MAILERS.Mike Edmunds
2026-06-22Fixed #37161 -- Warned via system check on missing "default" entry in MAILERS...badereddinebenhirt
2026-06-22Refs #32785 -- Fixed Sphinx reference in release note.Jacob Walls
2026-06-19Refs #36560, CVE-2026-35193 -- Recognized qualified cache-control directives.Natalia
2026-06-19Fixed #37165 -- Updated Async Support topics doc.Carlton Gibson
2026-06-19Added CI workflow to expand geospatial library version coverage.David Smith
2026-06-19Refs #373 -- Updated FAQ page with partial composite primary key support.Jacob Walls
2026-06-18Fixed #37164 -- Supported subclasses’ _get_lines() in jsonl Deserializer.Adam Johnson
2026-06-18Fixed #37168 -- Made admin display database defaults as empty values.Mariusz Felisiak