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