summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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.
2024-11-14[5.1.x] Fixed #17430 -- Documented access to the Django admin when using a ↵Maria Hynes
custom auth backend. Backport of 7e759d9af714b4db6735f7e53f62a5933a6260b8 from main.
2024-11-14[5.1.x] Fixed a typo in docs/howto/static-files/deployment.txt.Laurence Mercer
Backport of 56ffd9f20a98a486b817b0d1dc5ccbe6a557a965 from main.
2024-11-13[5.1.x] Fixed #35843 -- Clarified formset docs about reordering forms.Clifford Gama
Backport of 299b072498b23d1d7fe9f1545f7b27b73ca8e22b from main.
2024-11-11[5.1.x] Updated validate_slug regular expression in form validation docs.antoliny0919
Outdated since 014247ad1922931a2f17beaf6249247298e9dc44. Backport of 63dbe30d3363715deaf280214d75b03f6d65a571 from main.
2024-11-11[5.1.x] Updated BRIN index links in contrib.postgres indexes docs.Adam Zapletal
Backport of 54774e790d461d94653a4a83a7f5cc456e6d246a from main.
2024-11-11[5.1.x] Refs #32365 -- Removed pytz from list of test dependencies in unit ↵Mariusz Felisiak
test docs. Follow up to e6f82438d4e3750e8d299bfd79dac98eebe9f1e0. Backport of 46eb256ccedcac6b1f6bc957461506d881d468fb from main.
2024-11-06[5.1.x] Fixed #35863 -- Replaced bold text with heading level 3 in new ↵ssanger
contributors docs. This improves accessibility for screen reader users, see WCAG SC 1.3.1 Info and Relationships: https://www.w3.org/WAI/WCAG22/Understanding/info-and-relationships.html Backport of c4c076223eb73553d3bc8fbc11be2c529d9aea6b from main.
2024-11-06[5.1.x] Fixed #35889 -- Corrected reference of default widgets in "Styling ↵antoliny0919
widget instance" docs. Backport of 18b3a9dd395278232354a4f2507660a4f849c6eb from main.
2024-11-05[5.1.x] Clarified instructions on how to claim a ticket.Maria Hynes
Backport of db5980ddd1e739b7348662b07c9d91478d911877 from main.
2024-11-05[5.1.x] Fixed typo in docs/internals/howto-release-django.txt.Mariusz Felisiak
Backport of 2bfb1211c0a88e4dd4ccf2220c320a221d7a5043 from main.
2024-11-05[5.1.x] Fixed #35880 -- Removed invalid example in form Field.required docs ↵antoliny0919
due to CharField.strip. CharField.strip was introduced in 11cac1bd8ef7546ca32d9969d4348bf412dc6664, and is True by default, meaning the previous example of " " raised a ValidationError. Backport of 72de38239fdc97751e1e4ed245c7073c31bbd28a from main.
2024-11-05[5.1.x] Added stub release notes for 5.1.4.Mariusz Felisiak
Backport of 2d41e40ddfe90de4bc1ceeba38bbe1f6eb4ce7ce from main
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
Backport of ecd81ac8b786ac6f4e8a5626e0d029bcb11064a5 from main
2024-11-04[5.1.x] Made minor edits to form fields docs.antoliny0919
Backport of 4fcbdb11b114bc4d2dc50663f8053de2f18c0770 from main.
2024-10-31[5.1.x] Fixed #35876 -- Displayed non-ASCII fieldset names when rendering ↵Sarah Boyce
ModelAdmin.fieldsets. Thank you to Namhong Kim for the report, and to Mariusz Felisiak and Marijke Luttekes for the review. Regression in 01ed59f753139afb514170ee7f7384c155ecbc2d. Backport of 2c029c718f45341cdd43ee094c24488743c633e6 from main.
2024-10-30[5.1.x] Added missing lang attributes to html elements in docs.Johanan-Ayadata
Backport of 97a6a678c406b0049bd17bcd34f1d71d96141994 from main.
2024-10-30[5.1.x] Fixed #35864 -- Documented EmailMessage.connection is ignored when ↵Mike Edmunds
using send_messages(). Backport of 17c8ee7e3f7bf400128281b4fb283d7c209ca02b from main.
2024-10-30[5.1.x] Fixed #35873 -- Corrected Form.as_table() call in form docs.antoliny0919
Backport of 8f3dee1dfdc4242348c6cd6ead1c359cda78c2b5 from main.
2024-10-30[5.1.x] Refs #35844 -- Expanded compatibility for expected error messages in ↵Tainara Palmeira
command tests on Python 3.12 and 3.13. Updated CommandTests.test_subparser_invalid_option and CommandDBOptionChoiceTests.test_invalid_choice_db_option to use assertRaisesRegex() for compatibility with modified error messages in Python 3.12, 3.13, and 3.14+.. Backport of fc22fdd34f1e55adde161f5f2dca8db90bbfce80 from main.
2024-10-29[5.1.x] Corrected note on importing fields in model field reference docs.aruseni
Backport of d7f78eb5d6c9250789fb3975b01e2a71d0e39577 from main.
2024-10-29[5.1.x] Removed unneeded OS reference on running the test suite in ↵Maria Hynes
contributing docs. This is not needed as the console snippet has buttons that allows the user to choose their OS. Backport of 163e72ebbaa84804877f3d1ae212575e479b533b from main.
2024-10-29[5.1.x] Fixed typo in ref/models/fields.txt.Clifford Gama
Backport of 799c3778186167eca3ed43f0e480738a607381de from main.
2024-10-29[5.1.x] Fixed #35871 -- Corrected example on altering the base_fields ↵antoliny0919
attribute in forms docs. Backport of 738e0601d597d4b6bee0000f645994495af984d8 from main.
2024-10-28[5.1.x] Refs #34900 -- Removed usage of deprecated glob.glob1().earthyoung
Backport of 555f2412cba4c5844408042e92f3bf9fa5c2392c from main.
2024-10-25[5.1.x] Improved readability of triage workflow image by increasing its size ↵mbcodes
and color contrast. Backport of c973d9ee82a36419a408b193d4195f69734a8e33 from main.
2024-10-24[5.1.x] Refs #26029 -- Extended docs for the StorageHandler default instance.Carlton Gibson
Third-party packages that provide storages need to rely on the StorageHandler API in order to allow users to use the `storages` module instance to override defaults. Minimally documenting these methods allows package authors to rely on them. Co-authored-by: Sarah Boyce <42296566+sarahboyce@users.noreply.github.com> Backport of 6dcab75d5d8c2ef18de15323930057e6fa9ec00f from main.
2024-10-24[5.1.x] Updated authentication solutions list on using REMOTE_USER how-to.AfiMaameDufie
Backport of 6ae0dc89c53e51ec1d74ffba630686ad1988466a from main.
2024-10-24[5.1.x] Fixed #22828 -- Warned that ModelAdmin get hooks return the property ↵koresi
itself rather a copy. Backport of b8e9cdf13b7ab6621926a5d2aad3e2bb745aae00 from main.
2024-10-23[5.1.x] Doc'd that unusable passwords are defined by metadata in the ↵David D Lowe
password field. Backport of de2bb73904009313bae3664ef71edfd60df9912b from main.
2024-10-23[5.1.x] Fixed #35731 -- Extended db_default docs.Yash
This added a missing db_default reference in docs/topics/db/models.txt, and added a reference to the DatabaseDefault object. Backport of 35ab2e018214479fa712d73f070198299ef670a1 from main.
2024-10-22[5.1.x] Restructured how-to docs landing page.Daniele Procida
Previously, this was a bare list of sub-pages, not in any discernible order, and hard to parse. Now the sub-pages are grouped in sections by topic. It's unlikely to be the final word on how this material is arranged, but it's a clear improvement on the existing arrangement and provides a good basis for next steps. Backport of dd0a116b93c40f9febf0e09614ad666af1191744 from main.
2024-10-22[5.1.x] Added missing alt attribute to <img> tag in docs.ssanger
Backport of df6013b2b4e93ed6d127c2f572e6de0ba46d1d6a from main.
2024-10-22[5.1.x] Fixed example indentation in howto/overriding-templates.txt.Mariusz Felisiak
Backport of bcb91611eca154f022211633fe485e3e1a3c608d from main.
2024-10-21[5.1.x] Updated Hypercorn links in docs/howto/deployment/asgi/hypercorn.txt.amirreza sohrabi far
Backport of 5a91ad3d7115c692d497663a155edee5ebc8989c from main.