summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2026-04-07[6.0.x] Bumped version for 6.0.4 release.6.0.4Jacob Walls
2026-04-07[6.0.x] Fixed CVE-2026-33034 -- Enforced DATA_UPLOAD_MAX_MEMORY_SIZE on body ...Natalia
2026-04-07[6.0.x] Fixed CVE-2026-33033 -- Mitigated potential DoS in MultiPartParser.Natalia
2026-04-07[6.0.x] Fixed CVE-2026-4292 -- Disallowed instance creation via ModelAdmin.li...Jacob Walls
2026-04-07[6.0.x] Fixed CVE-2026-4277 -- Checked add permissions in GenericInlineModelA...Jacob Walls
2026-04-07[6.0.x] Fixed CVE-2026-3902 -- Ignored headers with underscores in ASGIRequest.Jacob Walls
2026-04-03[6.0.x] Refs #36949 -- Removed hardcoded pks in modeladmin tests.Tim Graham
2026-04-02[6.0.x] Fixed #36973 -- Made fields.E348 check detect further clashes between...Clifford Gama
2026-04-02[6.0.x] Refs #36862 -- Reiterated security note on both variants of RemoteUse...Jacob Walls
2026-04-02[6.0.x] Fixed #36949 -- Improved RelatedFieldWidgetWrapper <label>s.David Smith
2026-04-02[6.0.x] Added section for respecting maintainer time to the security policy.Natalia
2026-04-02[6.0.x] Fixed #36862 -- Doc'd the need for a proxy when deploying RemoteUserM...Jacob Walls
2026-04-02[6.0.x] Fixed #37017 -- Fixed setting or clearing of request.user after alogi...Jacob Walls
2026-04-01[6.0.x] Fixed #36799 -- Added a how-to guide for testing pre-releases.VIZZARD-X
2026-03-31[6.0.x] Added stub release notes and release date for 6.0.4, 5.2.13, and 4.2.30.Jacob Walls
2026-03-30[6.0.x] Skipped check_commit_messages action on forks.Jacob Walls
2026-03-28[6.0.x] Fixed #29762 -- Doc'd how database routers fetch related objects.VIZZARD-X
2026-03-28[6.0.x] Refs #36526 -- Fixed bulk_update() batching example in docs.Georgios Verigakis
2026-03-27[6.0.x] Corrected outdated links to gunicorn documentation.Sebastian Skonieczny
2026-03-24[6.0.x] Fixed #36999 -- Removed mention of Ruby on Rails from tutorial part 2.Vinay Datta
2026-03-20[6.0.x] Made it clear that unreviewed tickets shouldn't be claimed or started.Jake Howard
2026-03-19[6.0.x] Fixed #36904 -- Clarified how to hide form field labels in docs.Amar
2026-03-16[6.0.x] Combined scripts confirm_release.sh and test_new_version.sh into veri...Natalia
2026-03-16[6.0.x] Corrected signature for EmailMessage.message() in email topics docs.Mike Edmunds
2026-03-14[6.0.x] Fixed #35786 -- Removed outdated note about database defaults in AddF...Ahmed Nassar
2026-03-12[6.0.x] Removed third plural form from .po files for Romance languages.Jacob Walls
2026-03-12[6.0.x] Updated translations from Transifex.Jacob Walls
2026-03-10[6.0.x] Fixed #36391 -- Doc'd RawSQL usage in docs/topics/db/sql.txt.Amar
2026-03-09[6.0.x] Fixed #36600 -- Clarified the use cases for dispatch_uid in signal co...Amar
2026-03-06[6.0.x] Extended checks and docs for proper commit message format and edition.Jacob Walls
2026-03-03[6.0.x] Refs #35859 -- Mentioned django-tasks and external resources on docs/...Jake Howard
2026-03-03[6.0.x] Fixed #20775 -- Clarified that SQL for text lookups varies per database.Lakshya
2026-03-03[6.0.x] Added CVE-2026-25673 and CVE-2026-25674 to security archive.Natalia
2026-03-03[6.0.x] Added stub release notes for 6.0.4.Natalia
2026-03-03[6.0.x] Post-release version bump.Natalia
2026-03-03[6.0.x] Bumped version for 6.0.3 release.6.0.3Natalia
2026-03-03[6.0.x] Fixed CVE-2026-25674 -- Prevented potentially incorrect permissions o...Natalia
2026-03-03[6.0.x] Fixed CVE-2026-25673 -- Simplified URLField scheme detection.Natalia
2026-03-02[6.0.x] Fixed #36961 -- Fixed TypeError in deprecation warnings if Django is ...Jacob Walls
2026-03-02[6.0.x] Ensured spelling checks pass OK.Natalia
2026-03-02[6.0.x] Aligned docs checks between GitHub Actions and local development.Natalia
2026-02-26[6.0.x] Adjusted default DoS severity level in Security Policy.Natalia
2026-02-25[6.0.x] Fixed #36848 -- Mentioned BadRequest exception in docs/ref/views.txt.LincolnPuzey
2026-02-25[6.0.x] Fixed #36951 -- Removed empty exc_info from log_task_finished signal ...Elias Hernandis
2026-02-25[6.0.x] Fixed #36944 -- Removed MAX_LENGTH_HTML and related 5M chars limit re...Natalia
2026-02-24[6.0.x] Applied Black's 2026 stable style.Mariusz Felisiak
2026-02-24[6.0.x] Added stub release notes and release date for 6.0.3, 5.2.12, and 4.2.29.Natalia
2026-02-20[6.0.x] Fixed #36920 -- Fixed alignment of fieldset legends in wide admin forms.usman
2026-02-20[6.0.x] Fixed #36934, Refs #35972 -- Coped with params in a tuple in BuiltinL...Jacob Walls
2026-02-10[6.0.x] Fixed #36903 -- Fixed further NameErrors when inspecting functions wi...93578237