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