index
:
chango.git
devmain
fix-31295
initial-branch
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
2025-03-12
[5.2.x] Fixed #36234 -- Restored single_object argument to LogEntry.objects.l...
Adam Johnson
2025-03-04
[5.2.x] Fixed #36217 -- Restored pre_save/post_save signal emission via LogEn...
antoliny0919
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
2022-06-22
Fixed #33028 -- Used ModelAdmin's opts attribute instead of model._meta.
Marcelo Galigniana
2022-03-21
Fixed #33592 -- Fixed "View on Site" links in custom admin site.
Stefan Wehrmeyer
2022-02-28
Fixed #33524 -- Allowed overriding empty_label for ForeignKey in ModelAdmin.r...
Hrushikesh Vaidya
2022-02-26
Fixed #33527 -- Removed unnecessary code in ModelAdmin._changeform_view().
Dulalet
2022-02-07
Refs #33476 -- Refactored code to strictly match 88 characters line length.
Mariusz Felisiak
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2022-01-11
Fixed #11715 -- Changed default value of ModelAdmin.actions/inlines to empty ...
Jacob Walls
2021-12-15
Fixed #33316 -- Added pagination to admin history view.
mgaligniana
2021-12-15
Fixed #16063 -- Adjusted admin changelist searches spanning multi-valued rela...
Jacob Walls
2021-11-03
Fixed #32996 -- Cached PathInfos on relations.
Keryn Knight
2021-09-21
Fixed #33111 -- Fixed passing object to ModelAdmin.get_inlines() when editing...
Hasan Ramezani
2021-09-08
Fixed #32219 -- Made InlineModelAdmin.verbose_name_plural fallback to its ver...
Siburg
2021-07-28
Refs #32946 -- Changed internal usage of dynamic Q() objects construction to ...
Keryn Knight
2021-07-05
Refs #24121 -- Added __repr__() to AdminSite, DefaultAdminSite, and ModelAdmin.
Eduardo Aldair Ahumada Garcia Jurado
2021-05-26
Fixed #32543 -- Added search_help_text to ModelAdmin.
Hasan Ramezani
2021-05-20
Renamed "object" argument of ModelAdmin.log_addition(), log_change(), and log...
David Sanders
2021-04-29
Refs #32682 -- Renamed lookup_needs_distinct() to lookup_spawns_duplicates().
Mariusz Felisiak
[next]