summaryrefslogtreecommitdiff
path: root/django/contrib
AgeCommit message (Expand)Author
2026-04-07Fixed #37021 -- Added Permission.user_perm_str property.mariatta
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-06Fixed #37009 -- Fixed alignment of "Show/Hide counts" icons in admin changelist.kyb
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-24Fixed #36976 -- Made admin action counter a live region for screen readers.davitacols
2026-03-24Fixed #36985 -- Skipped CreateExtension backwards operation on non-PostgreSQL...varunkasyap
2026-03-18Fixed #36926 -- Made admin use boolean icons for related BooleanFields in lis...huwaiza tahir
2026-03-13Fixed #36885 -- Fixed long verbose names in admin filter sidebar breaking lay...Muhammad Usman
2026-03-12Refs #36727 -- Factored out _must_transform_value() in BaseSpatialOperations.Simon Charette
2026-03-12Fixed #36727 -- Deprecated Field.get_placeholder in favor of get_placeholder_...Simon Charette
2026-03-11Refs #28455 -- Avoided QuerySet cloning for Prefetch() when queryset is not p...Keryn Knight
2026-03-11Refs #28455 -- Avoided QuerySet cloning in simple prefetch_related() usages.Keryn Knight
2026-03-06Fixed #36968 -- Improved error message when collectstatic can't find a refere...James Bligh
2026-03-06Refs #28877 -- Added special ordinal context when humanizing value 1.Julien Palard
2026-03-04Fixed #21080 -- Ignored urls inside comments during collectstatic.James Bligh
2026-03-03Fixed #36887 -- Improved admin changelist layout for object-tools button.Jacob Walls
2026-02-28Refs #36513 -- Fixed font-color to also apply to select options in TabularInl...Antoliny0919
2026-02-28Fixed #36914 -- Fixed background-color to also apply to select options in Tab...Antoliny0919
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 #36948 -- Fixed breadcrumb text overlap at small widths in admin.Amar
2026-02-25Fixed #36839 -- Warned when model renames encounter conflicts from stale Cont...AbhimanyuGit2507
2026-02-25Refs #36873 -- Fixed changelink background image Y position.Antoliny0919
2026-02-25Fixed #36873 -- Aligned and normalized stroke width for non-multiple select i...Antoliny0919
2026-02-21Fixed #36899 -- Implemented SessionBase.__bool__.Amar
2026-02-21Fixed #36935 -- Added fallback in ContentType.app_labeled_name when model_cla...Marco Aurélio da Rosa Haubrich
2026-02-20Fixed #36920 -- Fixed alignment of fieldset legends in wide admin forms.usman
2026-02-20Fixed #36127 -- Applied default empty display value to links otherwise contai...SiHyunLee
2026-02-13Fixed #36857 -- Added QuerySet.totally_ordered property.VIZZARD-X
2026-02-13Fixed #36513 -- Improved text contrast for admin M2M multi-select widget.Nilesh Kumar Pahari
2026-02-11Fixed #36921 -- Fixed KeyError in inline form for model not registered with a...Sean Helvey
2026-02-10Fixed #36903 -- Fixed further NameErrors when inspecting functions with defer...93578237
2026-02-10Fixed #36854 -- Updated GEOS init and finish bindings.David Smith
2026-02-09Refs #36036 -- Added note about z argument in GEOSCoordSeq.__init__().David Smith
2026-02-09Refs #36036 -- Added m dimension to GEOSCoordSeq.David Smith
2026-02-06Fixed #36246 -- Caught GDALException in BaseGeometryWidget.deserialize.JaeHyuck Sa
2026-02-03Fixed CVE-2026-1207 -- Prevented SQL injections in RasterField lookups via ba...Jacob Walls
2026-02-03Fixed CVE-2025-13473 -- Standardized timing of check_password() in mod_wsgi a...Jake Howard
2026-02-02Refs #36788 -- Added missing CSS selector for fieldsets in the admin.Jacob Walls
2026-02-02Fixed #36788 -- Fixed horizontal form field alignment under <fieldset> in the...Jacob Walls
2026-01-31Refs #34118 -- Removed asgiref coroutine detection shims.Jacob Walls
2026-01-30Fixed #36468 -- Fixed failure to close popup when adding a related object in ...Mark Niehues
2026-01-30Fixed #36865 -- Removed casting from exact lookups in admin searches.mlissner
2026-01-26Fixed #36850 -- Prevented admin filter sidebar from wrapping below the change...Nilesh Kumar Pahari
2026-01-22Fixed #13883 -- Rendered named choice groups with <optgroup> in FilteredSelec...seanhelvey
2026-01-18Applied Black's 2026 stable style.Mariusz Felisiak
2026-01-16Fixed #36801 -- Avoided unnecessary calculation in construct_change_message().Adam Johnson
2026-01-12Fixed #36708 -- Initialized formset to None in ChangeList.__init__().Rudraksha Dwivedi