summaryrefslogtreecommitdiff
path: root/tests/admin_views/admin.py
AgeCommit message (Expand)Author
3 daysRefs #15759 -- Fixed ModelAdmin.list_editable form submission for non-editabl...Artyom Kotovskiy
9 daysFixed #15759 -- Excluded fields by per-object permissions for ModelAdmin.list...Artyom Kotovskiy
2026-04-08Refs CVE-2026-4292 -- Isolated new test in AdminViewListEditable.Jacob Walls
2026-04-07Fixed CVE-2026-4292 -- Disallowed instance creation via ModelAdmin.list_edita...Jacob Walls
2026-02-27Fixed #34643 -- Moved inputs beneath labels and errors in admin forms.antoliny0919
2026-02-20Fixed #36127 -- Applied default empty display value to links otherwise contai...SiHyunLee
2026-02-10Modified tests to format PKs with %s rather than %d.Tim Graham
2026-02-02Fixed #36788 -- Fixed horizontal form field alignment under <fieldset> in the...Jacob Walls
2026-01-22Fixed #13883 -- Rendered named choice groups with <optgroup> in FilteredSelec...seanhelvey
2025-08-19Fixed #35892 -- Supported Widget.use_fieldset in admin forms.antoliny0919
2025-07-30Fixed #36511 -- Ensured filters came before table in keyboard navigation in a...antoliny0919
2025-07-23Refs #36500 -- Rewrapped long docstrings and block comments via a script.django-bot
2024-10-31Fixed #35876 -- Displayed non-ASCII fieldset names when rendering ModelAdmin....Sarah Boyce
2024-04-02Fixed #35330 -- Fixed the update of related widgets when the referenced model...devin13cox
2023-09-16Fixed #31558 -- Added support for boolean attribute on properties in ModelAdm...Ryanwalker277
2023-09-16Fixed #34842 -- Fixed ModelAdmin.readonly_fields crash with GeneratedFields.Paolo Melchiorre
2023-03-03Fixed #32539 -- Added toggleable facet filters to ModelAdmin.sarahboyce
2022-09-28Fixed #34025 -- Fixed selecting ModelAdmin.autocomplete_fields after adding/c...David Sanders
2022-04-15Fixed #11803 -- Allowed admin select widgets to display new related objects.mgaligniana
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2021-11-25Fixed #33024 -- Fixed height of admin selector boxes in collapsed fieldset.Shubh1815
2021-11-16Fixed #28357 -- Fixed ModelAdmin.prepopulated_fields on newly added stacked i...Shubh1815
2021-09-30Fixed #33029 -- Allowed multiple popups for self-related fields in admin.Yash Jhunjhunwala
2021-09-18Fixed #33077 -- Fixed links to related models for admin's readonly fields in ...Ken Whitesell
2021-04-27Refs #32682 -- Renamed use_distinct variable to may_have_duplicates.Mariusz Felisiak
2021-02-26Removed unused code in admin_views tests.Jacob Walls
2021-02-15Fixed #26607 -- Allowed customizing formset kwargs with ModelAdmin.get_formse...manav014
2021-01-13Fixed #16117 -- Added decorators for admin action and display functions.Nick Pope
2021-01-12Fixed #31747 -- Fixed model enumeration via admin URLs.Jon Dufresne
2020-10-08Fixed #31181 -- Added links to related models for admin's readonly fields.Julien Rebetez
2020-04-28Changed django.forms.ValidationError imports to django.core.exceptions.Valida...François Freitag
2019-12-02Fixed CVE-2019-19118 -- Required edit permissions on parent model for editabl...Carlton Gibson
2019-11-19Fixed #30981 -- Fixed admin changelist crash when using F() or OrderBy() expr...Hasan Ramezani
2019-11-19Fixed #27272 -- Added an on_delete RESTRICT handler to allow cascading deleti...Daniel Izquierdo
2019-06-28Fixed #30400 -- Improved typography of user facing strings.Jon Dufresne
2019-06-14Fixed #12952 -- Adjusted admin log change messages to use form labels instead...Sanyam Khurana
2019-04-01Fixed #30259 -- Fixed crash of admin views when properties don't have admin_o...Mariusz Felisiak
2019-03-24Fixed #30259 -- Added support for admin_order_field attribute on properties i...Jani Tiainen
2019-01-16Fixed #11154, #22270 -- Made proxy model permissions use correct content type.Arthur Rio
2019-01-02Used 4 space hanging indent for dictionaries.Tim Graham
2018-12-31Updated test URL patterns to use path() and re_path().Tim Graham
2018-11-28Fixed #29929 -- Fixed admin view-only change form crash when using ModelAdmin...Basil Dubyk
2018-08-20Fixed #29682 -- Fixed admin change form crash if a view-only model's form has...Tim Graham
2018-08-17Fixed #29663 -- Made admin change view redirect to changelist with view permi...Jon Dufresne
2018-06-15Fixed #29487 -- Accounted for object level permissions when calculating chang...Paulo
2018-05-16Fixed #8936 -- Added a view permission and a read-only admin.olivierdalang
2018-03-16Fixed hanging indentation in various code.Mariusz Felisiak
2018-02-15Fixed #27810 -- Allowed query expressions in admin_order_field.Andreas Pelme
2018-02-07Fixed #25790 -- Allowed disable column sorting in the admin changelist.Alexander Gaevsky
2018-01-05Fixed #15522 -- Added ModelAdmin.delete_queryset() to customize "delete selec...Vasilis Aggelou