summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2025-02-05[5.1.x] Bumped version for 5.1.6 release.5.1.6Natalia
2025-02-05[5.1.x] Added release date for 5.1.6, 5.0.12, and 4.2.19.Natalia
Backport of 294cc965efe0dfc8457aa5a8e78cb6d53abfcf92 from main.
2025-02-04[5.1.x] Clarified docs for default email value in UserManager.create_user().amirreza sohrabi far
Backport of 5da3ad7bf90fba7321f4c2834db44aa920c70bc7 from main.
2025-02-04[5.1.x] Refs #35612 -- Extended docs on how the security team evaluates reports.nessita
Co-authored-by: Shai Berger <shai@platonix.com> Backport of f609a2da868b2320ecdc0551df3cca360d5b5bc3 from main.
2025-02-02[5.1.x] Refs #36140 -- Added missing import in django/contrib/auth/forms.py.Mariusz Felisiak
Follow up to 8552eef95e400d5bad3261b28ad2500b57070d57.
2025-02-01[5.1.x] Fixed #36140 -- Allowed BaseUserCreationForm to define non required ↵nessita
password fields. Regression in e626716c28b6286f8cf0f8174077f3d2244f3eb3. Thanks buffgecko12 for the report and Sarah Boyce for the review. Backport of d15454a6e84a595ffc8dc1b926282f484f782a8f from main.
2025-02-01[5.1.x] Fixed #36162 -- Fixed the `black` Makefile docs rule to work on macOS.Mike Edmunds
The `make black` target in the docs directory used Linux-specific syntax for its `find` command. Changed to syntax that also works on macOS and other BSD Unix variants. Backport of 248d8457cbec631ef93d76137bc621106347adda from main.
2025-01-30[5.1.x] Corrected ArrayAgg example for ordering usage.nessita
2025-01-30[5.1.x] Tweaked docs to avoid reformatting given new black version.nessita
Backport of fd3cfd80bebad292d639a03e58632e494369eb92 from main.
2025-01-28[5.1.x] Clarified the Releaser's discretion for determining and postponing ↵Sarah Boyce
the release date. Backport of 8a6b4175d790424312965ec77e4e9b072fba188b from main.
2025-01-28[5.1.x] Updated the release process documentation to reflect the current ↵Sarah Boyce
process. Backport of 0ba35a49481c9fec4731ca0dd2230d8d48f51389 from main.
2025-01-24[5.1.x] Fixed ambiguous pronoun reference in docs/ref/models/fields.txt.Clifford Gama
Backport of 9cc3970eaaf603832c075618e61aea9ea430f719 from main.
2025-01-22[5.1.x] Fixed #36125 -- Switched docs to use chat.djangoproject.com when ↵Baptiste Mispelon
referencing the Discord server. Backport of 9a1f18635ff034b039c24ed5121cced028fc27d0 from main.
2025-01-21[5.1.x] Refs 35653 -- Clarified docs for EMAIL_SSL_CERTFILE and ↵Igor Scheller
EMAIL_SSL_KEYFILE settings. Backport of 136a1e89278070fd100f27d9519529be8a8a8c10 from main.
2025-01-20[5.1.x] Refs #32193 -- Updated python-memcached to pymemcache in ↵Mariusz Felisiak
contributing guide. Follow up to 05f3a6186efefc9fca2204a745b992501c6fd91f. Backport of 337c641abb36b3c2501b14e1290b800831bb20ad from main
2025-01-15[5.1.x] Simplified GeoIP2._query() when passing IPv4Address()/IPv6Address() ↵Mariusz Felisiak
instances. There is no need to call validate_ipv46_address() for ipaddress.IPv4Address()/ipaddress.IPv6Address() instances since this relies on trying to create these kind objects from strings, so they will always be valid. Backport of 0cabed9efa2c7abd1693860069f20ec5db41fcd8 from main.
2025-01-15[5.1.x] Fixed #36098 -- Fixed ↵Mariusz Felisiak
validate_ipv6_address()/validate_ipv46_address() crash for non-string values. Regression in ca2be7724e1244a4cb723de40a070f873c6e94bf. Backport of b3c5830769d8a5dbf2f974da7116fe503c9454d9 from main.
2025-01-14[5.1.x] Added CVE-2024-56374 to security archive.Natalia
Backport of f2a1dcaa53626ff11b921ef142b780a8fd746d32 from main.
2025-01-14[5.1.x] Added stub release notes for 5.1.6.Natalia
Backport of 3b46bea90933b8fb24f4ddfa8a3943032a5a370e from main.
2025-01-14[5.1.x] Post-release version bump.Natalia
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
Thanks Saravana Kumar for the report, and Sarah Boyce and Mariusz Felisiak for the reviews. Co-authored-by: Natalia <124304+nessita@users.noreply.github.com>
2025-01-14[5.1.x] Made cosmetic edits to 5.1.5 release notes.Natalia
Backport of 9a2dd9789a2edeed7344a8ec0d17142ad27443a1 from main.
2025-01-13[5.1.x] Fixed #36077 -- Corrected docs on pk value where Model.save() ↵Jacob Walls
executes an UPDATE. The empty string is no longer special-cased since c2ba59fc1da5287d6286e2c2aca4083d5bafe056. Backport of d66137b39b1503ca3d4d4fac687251adbc845068 from main.
2025-01-08[5.1.x] Fixed #35999 -- Removed #django IRC channel references where ↵Sarah Boyce
appropriate. Some references are replaced with links to the Django Discord server. Backport of 15e207ce80581ec64bd790c37cce1bc07d01a744 from main.
2025-01-08[5.1.x] Strengthened wording on supported Python versions in FAQ.Carlton Gibson
Backport of 007f14365988bd94c35dc34959c1ef4c2407c86f from main.
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
Backport of 53e21eebf22bc05c7fa30820b453b7f345b7af40 from main.
2025-01-07[5.1.x] Fixed typo in tutorial 5.Clifford Gama
Backport of 095f5db060b88f5ef248d6a656b9059a54d4f277 from main.
2024-12-17[5.1.x] Fixed #34856 -- Fixed references to index_together in historical ↵Andrés Reverón Molina
migrations. While AlterUniqueTogether has been documented to be still allowed in historical migrations for the foreseeable future it has been crashing since 2abf417c815c20 was merged because the latter removed support for Meta.index_together which the migration framework uses to render models to perform schema changes. CreateModel(options["unique_together"]) was also affected. Refs #27236. Co-authored-by: Simon Charette <charette.s@gmail.com> Backport of b44efdfe543c9b9f12690b59777e6b275cb08103 from main.
2024-12-17[5.1.x] Refs #27236 -- Removed references to index_together from ↵Simon Charette
ModelState.from_model. It's not possible for ModelMeta.index_together to exist anymore. Backport of 44281bc2123dac1b127000c84c759f9678021826 from main.
2024-12-16[5.1.x] Refs #29850 -- Removed obsolete ↵Tim Graham
test_window_frame_raise_not_supported_error. This NotSupportedError was removed in 6375cee490725969b4f67b3c988ef01350c1ad6d because it will never be reached due to the same exception raised by Window.as_sql(). Backport of 94436dee57ce677e6ffcbb0438e0441d5c261d62 from main.
2024-12-11[5.1.x] Removed links to outdated tools in docs/topics/performance.txt.amansharma612
Co-authored-by: Aman Sharma <210100011@iitb.ac.in> Backport of 6f38697f90a14f1450a71c1e40aea0f5df7dca86 from main.
2024-12-04[5.1.x] Cleaned up CVE-2024-53907 and CVE-2024-53908 security archive ↵Sarah Boyce
descriptions. Backport of eb665e076ca3417eb0ac654aed9e9c1853c5af84 from main.
2024-12-04[5.1.x] Added CVE-2024-53907 and CVE-2024-53908 to security archive.Sarah Boyce
Backport of 595cb4a7aeb1ba1770d10d601ce9a2b4e487c46e from main.
2024-12-04[5.1.x] Added stub release notes for 5.1.5.Sarah Boyce
Backport of 828afd782f8bc019401075bd51fad039cc5ceff0 from main.
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 ↵Simon Charette
HasKeyLookup usage on Oracle. Thanks Seokchan Yoon for the report, and Mariusz Felisiak and Sarah Boyce for the reviews.
2024-12-04[5.1.x] Fixed CVE-2024-53907 -- Mitigated potential DoS in strip_tags().Sarah Boyce
Thanks to jiangniao for the report, and Shai Berger and Natalia Bidart for the reviews.
2024-12-02[5.1.x] Removed question marks from headings in docs/topics/db/fixtures.txt.Anders Hovmöller
Backport of 871e1ee5ff0b75aee5dd1bd3e88e349ca0ddc60d from main.
2024-12-02[5.1.x] Fixed #35950 -- Restored refreshing of relations when fields deferred.Adam Johnson
Thank you to Simon Charette and Sarah Boyce for the review. Regression in 73df8b54a2fab53bec4c7573cda5ad8c869c2fd8. Backport of 2f6b096b83c55317c7ceef2d8d5dc3bee33293dc from main.
2024-11-29[5.1.x] Removed reference to "removing older versions of Django" in tutorial.Clifford Gama
Obsoleted in c4fa0143f7117a07a3f0258a063f5265e795ffbb. The general install instructions are still linked above. Backport of 3d819e23240ab6f903eb60d76237628981fd52b5 from main.
2024-11-27[5.1.x] Upgraded to Python 3.12, Ubuntu 24.04, and enabled fail_on_warning ↵David Smith
for docs builds. Backport of 73d532d9a92d4d472564f3251499a428d1da9835 from main.
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
Backport of 2544c1585473c1e82dab1274b52052744f97ca72 from main.
2024-11-26[5.1.x] Fixed #35942 -- Fixed createsuperuser crash on Python 3.13+ when ↵Tommy Allen
username is unavailable. Thanks Mariusz Felisiak and Jacob Tyler Walls for reviews. Backport of c635decb00ac957daf81c08541cdc9cf46f6d86d from main.
2024-11-19[5.1.x] Updated maintainers of Django Debug Toolbar to Django Commons.Tim Schilling
Backport of 67ce158097f0c73c0300d461c858c9721b81ad9b from main.
2024-11-18[5.1.x] Refs #32339 -- Updated formset docs to reflect default rendering as ↵antoliny0919
as_div. Backport of c56e1273a9d87ffad3a84fb597550f79b9820281 from main.
2024-11-18[5.1.x] Fixed typo in docs/topics/performance.txt.Caitlin Hogan
Backport of ca113adbae1cc2129256f51ac71e8aed2a381576 from main.
2024-11-14[5.1.x] Removed misleading list of tested OS in GEOS API docs.Anthony Joseph
Backport of 512a2bad0574a3748cb2f141a761a286a67f0ae9 from main.
2024-11-14[5.1.x] Replaced message suggestions from IRC to Discord in contributing docs.AfiMaameDufie
Backport of da2432cccae841f0d7629f17a5d79ec47ed7b7cb from main.