summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2026-04-11Refs #36953 -- Moved non-backend-dependent BaseEmailBackendTests.Mike Edmunds
2026-04-11Refs #36953 -- Split apart catchall MailTests.Mike Edmunds
2026-04-11Refs #36953 -- Split compound mail tests.Mike Edmunds
2026-04-11Refs #36953 -- Removed unnecessary overrides from mail tests.Mike Edmunds
2026-04-10Fixed #37020 -- Removed guidance to edit fetched .po files by hand.Jacob Walls
2026-04-10Refs #37020 -- Corrected example command to update translation catalogs.Jacob Walls
2026-04-09Fixed typo in docs/howto/delete-app.txt.Jonathan Wu
2026-04-08Refs #35440 -- Optimized parse_header_parameters() for the simplest case.Pravin Kamble
2026-04-08Refs CVE-2026-4292 -- Isolated new test in AdminViewListEditable.Jacob Walls
2026-04-08Removed PY38 and PY39 version constants.Jacob Walls
2026-04-07Fixed #37021 -- Added Permission.user_perm_str property.mariatta
2026-04-07Updated Apache links to the current docs.Mariusz Felisiak
2026-04-07Removed outdated note about uwsgi LTS from docs.Mariusz Felisiak
2026-04-07Fixed #36816 -- Allowed **kwargs in @task decorator.Nilesh Kumar Pahari
2026-04-07Fixed two issues in release helper scripts/verify_release.sh.Natalia
2026-04-07Refs CVE-2026-33034 -- Improved security documentation on handling large requ...Jake Howard
2026-04-07Added CVE-2026-3902, CVE-2026-4277, CVE-2026-4292, CVE-2026-33033, and CVE-20...Jacob Walls
2026-04-07Added stub release notes for 6.0.5.Jacob Walls
2026-04-07Fixed CVE-2026-33034 -- Enforced DATA_UPLOAD_MAX_MEMORY_SIZE on body size in ...Natalia
2026-04-07Fixed CVE-2026-33033 -- Mitigated potential DoS in MultiPartParser.Natalia
2026-04-07Fixed CVE-2026-4292 -- Disallowed instance creation via ModelAdmin.list_edita...Jacob Walls
2026-04-07Fixed CVE-2026-4277 -- Checked add permissions in GenericInlineModelAdmin.Jacob Walls
2026-04-07Fixed CVE-2026-3902 -- Ignored headers with underscores in ASGIRequest.Jacob Walls
2026-04-06Fixed #37023 -- Made XML serializer put each ManyToManyField object on its ow...Tim Graham
2026-04-06Refs #37023 -- Removed hardcoded indent levels from XML serializer.Tim Graham
2026-04-06Fixed #37009 -- Fixed alignment of "Show/Hide counts" icons in admin changelist.kyb
2026-04-03Fixed #37016 -- Avoided propagating invalid arguments from When() to Q().varunkasyap
2026-04-03Refs #36949 -- Removed hardcoded pks in modeladmin tests.Tim Graham
2026-04-02Fixed #36973 -- Made fields.E348 check detect further clashes between manager...Clifford Gama
2026-04-02Refs #36862 -- Reiterated security note on both variants of RemoteUserMiddlew...Jacob Walls
2026-04-02Fixed #20024 -- Fixed handling of __in lookups with None in exclude().Eddy Adegnandjou
2026-04-02Refs #20024 -- Tested __in lookups with None against composite pk fields.Eddy Adegnandjou
2026-04-02Fixed #36949 -- Improved RelatedFieldWidgetWrapper <label>s.David Smith
2026-04-02Added section for respecting maintainer time to the security policy.Natalia
2026-04-02Fixed #36862 -- Doc'd the need for a proxy when deploying RemoteUserMiddlewar...Jacob Walls
2026-04-02Fixed #37017 -- Fixed setting or clearing of request.user after alogin/alogou...Jacob Walls
2026-04-01Fixed #37004 -- Used QuerySet.totally_ordered in BaseModelFormSet.get_queryse...Rodrigo Vieira
2026-04-01Refs #37004 -- Added coverage for BaseModelFormSet.get_queryset() fallback or...Rodrigo Vieira
2026-03-31Fixed #36799 -- Added a how-to guide for testing pre-releases.VIZZARD-X
2026-03-31Added stub release notes and release date for 6.0.4, 5.2.13, and 4.2.30.Jacob Walls
2026-03-30Refs #36770 -- Skipped test_in_memory_database_lock().Jacob Walls
2026-03-30Refs #36770 -- Preferred addCleanup() in live server tests.Jacob Walls
2026-03-30Refs #36770 -- Guarded against an endless wait in LiveServerThread.terminate().Jacob Walls
2026-03-30Refs #36926 -- Added release note for boolean icons for related fields in lis...Jacob Walls
2026-03-28Fixed #29762 -- Doc'd how database routers fetch related objects.VIZZARD-X
2026-03-28Refs #36526 -- Fixed bulk_update() batching example in docs.Georgios Verigakis
2026-03-27Corrected outdated links to gunicorn documentation.Sebastian Skonieczny
2026-03-26Refs #36913 -- Maintained error message determinism in MultipleChoiceField.va...afenoum
2026-03-25Fixed #36993 -- Clarified N/A usage in pull request template for typo fixes.JaeHyuckSa
2026-03-25Fixed #36913 -- Optimized MultipleChoiceField.validate().afenoum