summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-01-14[5.1.x] Bumped version for 5.1.5 release.5.1.5Natalia
2025-01-14[5.1.x] Fixed CVE-2024-56374 -- Mitigated potential DoS in IPv6 validation.Michael Manfre
2025-01-14[5.1.x] Made cosmetic edits to 5.1.5 release notes.Natalia
2025-01-13[5.1.x] Fixed #36077 -- Corrected docs on pk value where Model.save() execute...Jacob Walls
2025-01-08[5.1.x] Fixed #35999 -- Removed #django IRC channel references where appropri...Sarah Boyce
2025-01-08[5.1.x] Strengthened wording on supported Python versions in FAQ.Carlton Gibson
2025-01-07[5.1.x] Added stub release notes and release date for 5.1.5, 5.0.11, and 4.2.18.Natalia
2025-01-07[5.1.x] Fixed typo in tutorial 5.Clifford Gama
2024-12-17[5.1.x] Fixed #34856 -- Fixed references to index_together in historical migr...Andrés Reverón Molina
2024-12-17[5.1.x] Refs #27236 -- Removed references to index_together from ModelState.f...Simon Charette
2024-12-16[5.1.x] Refs #29850 -- Removed obsolete test_window_frame_raise_not_supported...Tim Graham
2024-12-11[5.1.x] Removed links to outdated tools in docs/topics/performance.txt.amansharma612
2024-12-04[5.1.x] Cleaned up CVE-2024-53907 and CVE-2024-53908 security archive descrip...Sarah Boyce
2024-12-04[5.1.x] Added CVE-2024-53907 and CVE-2024-53908 to security archive.Sarah Boyce
2024-12-04[5.1.x] Added stub release notes for 5.1.5.Sarah Boyce
2024-12-04[5.1.x] Post-release version bump.Sarah Boyce
2024-12-04[5.1.x] Bumped version for 5.1.4 release.5.1.4Sarah Boyce
2024-12-04[5.1.x] Fixed CVE-2024-53908 -- Prevented SQL injections in direct HasKeyLook...Simon Charette
2024-12-04[5.1.x] Fixed CVE-2024-53907 -- Mitigated potential DoS in strip_tags().Sarah Boyce
2024-12-02[5.1.x] Removed question marks from headings in docs/topics/db/fixtures.txt.Anders Hovmöller
2024-12-02[5.1.x] Fixed #35950 -- Restored refreshing of relations when fields deferred.Adam Johnson
2024-11-29[5.1.x] Removed reference to "removing older versions of Django" in tutorial.Clifford Gama
2024-11-27[5.1.x] Upgraded to Python 3.12, Ubuntu 24.04, and enabled fail_on_warning fo...David Smith
2024-11-27[5.1.x] Added stub release notes and release date for 5.1.4, 5.0.10, and 4.2.17.Sarah Boyce
2024-11-26[5.1.x] Fixed #35942 -- Fixed createsuperuser crash on Python 3.13+ when user...Tommy Allen
2024-11-19[5.1.x] Updated maintainers of Django Debug Toolbar to Django Commons.Tim Schilling
2024-11-18[5.1.x] Refs #32339 -- Updated formset docs to reflect default rendering as a...antoliny0919
2024-11-18[5.1.x] Fixed typo in docs/topics/performance.txt.Caitlin Hogan
2024-11-14[5.1.x] Removed misleading list of tested OS in GEOS API docs.Anthony Joseph
2024-11-14[5.1.x] Replaced message suggestions from IRC to Discord in contributing docs.AfiMaameDufie
2024-11-14[5.1.x] Fixed #17430 -- Documented access to the Django admin when using a cu...Maria Hynes
2024-11-14[5.1.x] Fixed a typo in docs/howto/static-files/deployment.txt.Laurence Mercer
2024-11-13[5.1.x] Fixed #35843 -- Clarified formset docs about reordering forms.Clifford Gama
2024-11-11[5.1.x] Updated validate_slug regular expression in form validation docs.antoliny0919
2024-11-11[5.1.x] Updated BRIN index links in contrib.postgres indexes docs.Adam Zapletal
2024-11-11[5.1.x] Refs #32365 -- Removed pytz from list of test dependencies in unit te...Mariusz Felisiak
2024-11-06[5.1.x] Fixed #35863 -- Replaced bold text with heading level 3 in new contri...ssanger
2024-11-06[5.1.x] Fixed #35889 -- Corrected reference of default widgets in "Styling wi...antoliny0919
2024-11-05[5.1.x] Clarified instructions on how to claim a ticket.Maria Hynes
2024-11-05[5.1.x] Fixed typo in docs/internals/howto-release-django.txt.Mariusz Felisiak
2024-11-05[5.1.x] Fixed #35880 -- Removed invalid example in form Field.required docs d...antoliny0919
2024-11-05[5.1.x] Added stub release notes for 5.1.4.Mariusz Felisiak
2024-11-05[5.1.x] Post-release version bump.Mariusz Felisiak
2024-11-05[5.1.x] Bumped version for 5.1.3 release.5.1.3Mariusz Felisiak
2024-11-05[5.1.x] Added release date for 5.1.3.Mariusz Felisiak
2024-11-04[5.1.x] Made minor edits to form fields docs.antoliny0919
2024-10-31[5.1.x] Fixed #35876 -- Displayed non-ASCII fieldset names when rendering Mod...Sarah Boyce
2024-10-30[5.1.x] Added missing lang attributes to html elements in docs.Johanan-Ayadata
2024-10-30[5.1.x] Fixed #35864 -- Documented EmailMessage.connection is ignored when us...Mike Edmunds
2024-10-30[5.1.x] Fixed #35873 -- Corrected Form.as_table() call in form docs.antoliny0919