| Age | Commit message (Expand) | Author |
| 3 days | Fixed #36990 -- Bumped OpenLayers to 10.9.0. | VIZZARD-X |
| 3 days | Fixed #35738 -- Deprecated double-dot variable lookups. | David Smith |
| 3 days | Added stub release notes and release date for 6.0.5 and 5.2.14. | Sarah Boyce |
| 9 days | Fixed #10919 -- Added delete_confirmation_max_display to ModelAdmin. | Rodrigo Vieira |
| 9 days | Fixed #35870 -- Made blank choice label in forms more accessible. | Annabelle Wiegart |
| 12 days | Fixed #37048, Refs #36728 -- Added release notes for changes to InclusionAdmi... | Anže Pečar |
| 14 days | Fixed #37028 -- Added BitAnd(), BitOr(), and BitXor() aggregates. | Mariusz Felisiak |
| 2026-04-14 | Fixed #27150 -- Made base File objects truthy by default. | VIZZARD-X |
| 2026-04-14 | Fixed #37029 -- Corrected placement of </div> in change_list.html's paginatio... | Tim Graham |
| 2026-04-07 | Fixed #37021 -- Added Permission.user_perm_str property. | mariatta |
| 2026-04-07 | Fixed #36816 -- Allowed **kwargs in @task decorator. | Nilesh Kumar Pahari |
| 2026-04-07 | Added CVE-2026-3902, CVE-2026-4277, CVE-2026-4292, CVE-2026-33033, and CVE-20... | Jacob Walls |
| 2026-04-07 | Added stub release notes for 6.0.5. | Jacob Walls |
| 2026-04-07 | Fixed CVE-2026-33034 -- Enforced DATA_UPLOAD_MAX_MEMORY_SIZE on body size in ... | Natalia |
| 2026-04-07 | Fixed CVE-2026-33033 -- Mitigated potential DoS in MultiPartParser. | Natalia |
| 2026-04-07 | Fixed CVE-2026-4292 -- Disallowed instance creation via ModelAdmin.list_edita... | Jacob Walls |
| 2026-04-07 | Fixed CVE-2026-4277 -- Checked add permissions in GenericInlineModelAdmin. | Jacob Walls |
| 2026-04-07 | Fixed CVE-2026-3902 -- Ignored headers with underscores in ASGIRequest. | Jacob Walls |
| 2026-04-02 | Fixed #36973 -- Made fields.E348 check detect further clashes between manager... | Clifford Gama |
| 2026-04-02 | Fixed #36949 -- Improved RelatedFieldWidgetWrapper <label>s. | David Smith |
| 2026-04-02 | Fixed #37017 -- Fixed setting or clearing of request.user after alogin/alogou... | Jacob Walls |
| 2026-03-31 | Added stub release notes and release date for 6.0.4, 5.2.13, and 4.2.30. | Jacob Walls |
| 2026-03-30 | Refs #36926 -- Added release note for boolean icons for related fields in lis... | Jacob Walls |
| 2026-03-19 | Refs #36795 -- Deprecated SQLCompiler.quote_name_unless_alias(). | Simon Charette |
| 2026-03-19 | Refs #36795 -- Removed unnecessary prohibits_dollar_signs_in_column_aliases f... | Simon Charette |
| 2026-03-19 | Fixed #36795 -- Enforced quoting of all database object names. | Simon Charette |
| 2026-03-16 | Fixed #36859 -- Made assertContains and assertNotContains idempotent for stre... | Baptiste Mispelon |
| 2026-03-16 | Fixed #36894 -- Added TypeError for conflicting arguments in mail APIs. | Praful Gulani |
| 2026-03-12 | Fixed #36727 -- Deprecated Field.get_placeholder in favor of get_placeholder_... | Simon Charette |
| 2026-03-03 | Fixed #36887 -- Improved admin changelist layout for object-tools button. | Jacob Walls |
| 2026-03-03 | Added CVE-2026-25673 and CVE-2026-25674 to security archive. | Natalia |
| 2026-03-03 | Added stub release notes for 6.0.4. | Natalia |
| 2026-03-03 | Fixed CVE-2026-25674 -- Prevented potentially incorrect permissions on file s... | Natalia |
| 2026-03-03 | Fixed CVE-2026-25673 -- Simplified URLField scheme detection. | Natalia |
| 2026-03-02 | Fixed #36961 -- Fixed TypeError in deprecation warnings if Django is imported... | Jacob Walls |
| 2026-02-27 | Fixed #27489 -- Renamed permissions upon model renaming in migrations. | Artyom Kotovskiy |
| 2026-02-27 | Fixed #34643 -- Moved inputs beneath labels and errors in admin forms. | antoliny0919 |
| 2026-02-25 | Fixed #36951 -- Removed empty exc_info from log_task_finished signal handler. | Elias Hernandis |
| 2026-02-24 | Added stub release notes and release date for 6.0.3, 5.2.12, and 4.2.29. | Natalia |
| 2026-02-21 | Fixed #36899 -- Implemented SessionBase.__bool__. | Amar |
| 2026-02-20 | Fixed #36920 -- Fixed alignment of fieldset legends in wide admin forms. | usman |
| 2026-02-20 | Refs #36934, #35972 -- Forwardported release note for tolerating sequences in... | Jacob Walls |
| 2026-02-19 | Fixed #36929 -- Dropped support for GEOS 3.9. | Pravin Kamble |
| 2026-02-13 | Fixed #36857 -- Added QuerySet.totally_ordered property. | VIZZARD-X |
| 2026-02-10 | Fixed #36841 -- Made multipart parser class pluggable on HttpRequest. | farhan |
| 2026-02-10 | Fixed #36903 -- Fixed further NameErrors when inspecting functions with defer... | 93578237 |
| 2026-02-10 | Added stub release notes for 5.2.12. | Jacob Walls |
| 2026-02-10 | Fixed #36890 -- Supported StringAgg(distinct=True) on SQLite with the default... | varunkasyap |
| 2026-02-10 | Refs #35444 -- Doc'd deprecation in contrib.postgres.aggreggates.StringAgg.de... | Jacob Walls |
| 2026-02-09 | Added DatabaseFeatures.supports_inspectdb. | Tim Graham |