summaryrefslogtreecommitdiff
path: root/django/contrib/admin/options.py
AgeCommit message (Expand)Author
3 daysRefs #15759 -- Fixed ModelAdmin.list_editable form submission for non-editabl...Artyom Kotovskiy
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
9 daysFixed #15759 -- Excluded fields by per-object permissions for ModelAdmin.list...Artyom Kotovskiy
9 daysRefs #15759 -- Factored out _save_formset() in ModelAdmin.Artyom Kotovskiy
2026-04-07Fixed CVE-2026-4292 -- Disallowed instance creation via ModelAdmin.list_edita...Jacob Walls
2026-02-20Fixed #36127 -- Applied default empty display value to links otherwise contai...SiHyunLee
2026-02-11Fixed #36921 -- Fixed KeyError in inline form for model not registered with a...Sean Helvey
2026-01-30Fixed #36865 -- Removed casting from exact lookups in admin searches.mlissner
2026-01-22Fixed #13883 -- Rendered named choice groups with <optgroup> in FilteredSelec...seanhelvey
2026-01-12Fixed #36708 -- Initialized formset to None in ChangeList.__init__().Rudraksha Dwivedi
2025-07-23Refs #36500 -- Rewrapped long docstrings and block comments via a script.django-bot
2025-07-23Refs #36500 -- Shortened some long docstrings and comments.Mike Edmunds
2025-07-23Removed double spaces after periods and within phrases.Sarah Boyce
2025-03-31Refs #28909 -- Simplified code using unpacking generalizations.Aarni Koskela
2025-03-12Fixed #36234 -- Restored single_object argument to LogEntry.objects.log_actio...Adam Johnson
2025-03-04Fixed #36217 -- Restored pre_save/post_save signal emission via LogEntry.save...antoliny0919
2025-01-15Refs #34462 -- Removed ModelAdmin.log_deletion() and LogEntryManager.log_acti...Sarah Boyce
2025-01-15Refs #22569 -- Made request required in ModelAdmin.lookup_allowed() per depre...Sarah Boyce
2024-11-05Refs #26001 -- Handled relationship exact lookups in ModelAdmin.search_fields.Sarah Boyce
2024-11-04Fixed #26001 -- Fixed non-string field exact lookups in ModelAdmin.search_fie...0saurabh0
2024-08-07Fixed #35639 -- Improved admin's delete confirmation page title.Matthias Kestenholz
2024-07-18Fixed #35606, Refs #34045 -- Fixed rendering of ModelAdmin.action_checkbox fo...Hisham Mahmood
2024-07-04Fixed #35520 -- Avoided opening transaction for read-only ModelAdmin requests.Jake Howard
2024-05-29Fixed 35467 -- Replaced urlparse with urlsplit where appropriate.Jake Howard
2024-05-22Fixed #35189 -- Improved admin collapsible fieldsets by using <details> eleme...Marijke Luttekes
2024-02-21Fixed #35237 -- Merged system checks for admin actions.Adam Johnson
2024-02-14Fixed #35173 -- Fixed ModelAdmin.lookup_allowed() for lookups on foreign keys...Hisham Mahmood
2024-01-26Applied Black's 2024 stable style.Mariusz Felisiak
2024-01-08Fixed #35087 -- Reallowed filtering against foreign keys not listed in ModelA...Sarah Boyce
2023-12-07Fixed #35020 -- Fixed ModelAdmin.lookup_allowed() for non-autofield primary k...Sarah Boyce
2023-10-31Fixed #34462 -- Made admin log actions in bulk.Akash Kumar Sen
2023-10-17Removed unreachable code from ModelAdmin.response_change().Mariana
2023-10-11Fixed #12241 -- Preserved query strings when using "Save and continue/add ano...Mariana
2023-07-07Refs #9602 -- Moved AlreadyRegistered/NotRegistered exceptions to django.cont...Mariusz Felisiak
2023-07-07Fixed #9602 -- Added AdminSite.get_model_admin().Mariusz Felisiak
2023-04-17Fixed #22569 -- Made ModelAdmin.lookup_allowed() respect get_list_filter().sarahboyce
2023-03-28Fixed #28384 -- Fixed ModelAdmin.lookup_allowed() for OneToOneField primary k...sarahboyce
2023-03-03Fixed #32539 -- Added toggleable facet filters to ModelAdmin.sarahboyce
2023-02-16Fixed #34045 -- Improved accessibility of selecting items in admin changelist.Durval Carvalho
2023-02-01Refs #33476 -- Applied Black's 2023 stable style.David Smith
2023-01-18Refs #34233 -- Used str.removeprefix()/removesuffix().Mariusz Felisiak
2022-11-08Fixed typo in BaseModelAdmin.has_delete_permission()'s docstring.Marco Marra
2022-10-31Used more augmented assignment statements.Nick Pope
2022-10-06Fixed #32603 -- Made ModelAdmin.list_editable use transactions.Shubh1815
2022-09-24Fixed #34023 -- Added inline argument to user_deleted_form().MichaƂ Pasternak
2022-09-15Changed camel case variable to snake case in contrib.admin/auth.Youngkwang Yang
2022-07-27Refs #32948, Refs #32946 -- Used Q.create() internally for dynamic Q() objects.Nick Pope
2022-07-25Fixed typo in django/contrib/admin/options.py comment.Ikko Ashimine
2022-06-28Fixed #33805 -- Made admin's many-to-many widgets do not display help text fo...Ankur