summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-03-19[5.2.x] Bumped version for 5.2 release candidate 1.5.2rc1Sarah Boyce
2025-03-19[5.2.x] Updated man page for Django 5.2 release candidate 1.Sarah Boyce
2025-03-18[5.2.x] Refs #35980 -- Updated internal docs for artifact upload and release ...Baptiste Mispelon
2025-03-18[5.2.x] Fixed #33497 -- Doc'd that persistent DB connections should be disabl...Carlton Gibson
2025-03-18[5.2.x] Fixed #36202 -- Added examples of JSONField __contains and __containe...Clifford Gama
2025-03-18[5.2.x] Fixed #36078 -- Doc'd that Postgres normalizes a range field with no ...Clifford Gama
2025-03-17[5.2.x] Fixed #36252 -- Handled duplicate automatic imports in the shell comm...hesham942
2025-03-17[5.2.x] Fixed #36254 -- Fixed template dictionary unpacking in docs/topics/i1...YQ
2025-03-14[5.2.x] Fixed pronoun disagreement in docs/ref/models/querysets.txt.Clifford Gama
2025-03-14[5.2.x] Corrected aggregation example in docs/ref/models/querysets.txt.Clifford Gama
2025-03-13[5.2.x] Fixed incorrect formatting for inline pluralized code references in d...Clifford Gama
2025-03-12[5.2.x] Fixed #36249 -- Fixed typo in docs/topics/db/queries.txt.hesham hatem
2025-03-12[5.2.x] Fixed #36234 -- Restored single_object argument to LogEntry.objects.l...Adam Johnson
2025-03-12[5.2.x] Refs #25582 -- Doc'd query and fragment arguments for reverse_lazy().Adam Johnson
2025-03-12[5.2.x] Removed duplicate entries in docs/releases/5.2.txt.Hisham Mahmood
2025-03-10[5.2.x] Fixed #36066 -- Documented that Q objects can be used directly in ann...samruddhiDharankar
2025-03-07[5.2.x] Fixed #36224 -- Fixed shell imports when settings not configured.Sarah Boyce
2025-03-06[5.2.x] Added CVE-2025-26699 to security archive.Sarah Boyce
2025-03-06[5.2.x] Added stub release notes for 5.1.8.Sarah Boyce
2025-03-06[5.2.x] Fixed CVE-2025-26699 -- Mitigated potential DoS in wordwrap template ...Sarah Boyce
2025-03-05[5.2.x] Clarified cryptic comment in django/core/cache/backends/redis.py.Tim Graham
2025-03-05[5.2.x] Fixed typo in docs/ref/checks.txt.hesham942
2025-03-05[5.2.x] Fixed #36227 -- Fixed outdated PostgreSQL documentation links.hesham942
2025-03-04[5.2.x] Fixed #36128 -- Clarified auto-generated unique constraint on m2m thr...Clifford Gama
2025-03-04[5.2.x] Fixed #36217 -- Restored pre_save/post_save signal emission via LogEn...antoliny0919
2025-03-02[5.2.x] Added some heading labels to to docs/topics/cache.txt.Tim Graham
2025-03-01[5.2.x] Applied Black's 2025 stable style.Mariusz Felisiak
2025-02-27[5.2.x] Added stub release notes and release date for 5.1.7, 5.0.13, and 4.2.20.Sarah Boyce
2025-02-24[5.2.x] Added security guideline on reasonable size limitations when renderin...Sarah Boyce
2025-02-24[5.2.x] Added security reporting guidelines.Sarah Boyce
2025-02-24[5.2.x] Updated expectations for when security reports will receive a reply.Sarah Boyce
2025-02-20[5.2.x] Fixed #36200 -- Clarified MIDDLEWARE setting updates when using a cus...Joonas Häkkinen
2025-02-20[5.2.x] Clarified admonition in GeneratedField docs.Adam Zapletal
2025-02-20[5.2.x] Refs #35167 -- Fixed test_bulk_update_custom_get_prep_value() crash o...Mariusz Felisiak
2025-02-19[5.2.x] Fixed #35908 -- Retired the django-developers and django-users mailin...Sarah Boyce
2025-02-19[5.2.x] Bumped version for 5.2 beta 1.5.2b1Sarah Boyce
2025-02-19[5.2.x] Updated man page for Django 5.2 beta.Sarah Boyce
2025-02-19[5.2.x] Fixed docs build on Sphinx 8.2+.Mariusz Felisiak
2025-02-18[5.2.x] Fixed #35167 -- Delegated to super() in JSONField.get_db_prep_save().Jacob Walls
2025-02-18[5.2.x] Removed advice to propose a new contrib app.Sarah Boyce
2025-02-18[5.2.x] Fixed #36197 -- Fixed improper many-to-many count() and exists() for ...Simon Charette
2025-02-18[5.2.x] Fixed #31170 -- Added change event trigger to dismissRelatedLookupPopup.Кайрат Макым
2025-02-18[5.2.x] Refs #31170 -- Added JavaScript tests for RelatedObjectLookups.js.Кайрат Макым
2025-02-18[5.2.x] Fixed #36179 -- Unhexed entries and removed duplicates in auth/common...mimi89999
2025-02-17[5.2.x] Fixed #36191 -- Truncated the overwritten file content in FileSystemS...Gaël Utard
2025-02-16[5.2.x] Refs #35967 -- Doc'd DatabaseCreation.serialize_db_to_string() method.Simon Charette
2025-02-16[5.2.x] Fixed #35967 -- Deferred test suite fixtures serialization after all ...Simon Charette
2025-02-15[5.2.x] Refs #36181 -- Removed the obsolete SubqueryConstraint machinery.Mariusz Felisiak
2025-02-15[5.2.x] Fixed #36173 -- Stabilized identity of Concat with an explicit output...Simon Charette
2025-02-14[5.2.x] Fixed #36102 -- Moved i18n comments directly above the translatable s...Julien Palard