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
/
tests
/
admin_changelist
Age
Commit message (
Expand
)
Author
2025-07-23
Refs #36500 -- Rewrapped long docstrings and block comments via a script.
django-bot
2025-06-27
Fixed #36366 -- Improved accessibility of pagination in the admin.
antoliny0919
2025-05-14
Fixed #35507 -- Improved accessibility of search and filter elements in the a...
antoliny0919
2025-03-04
Fixed #36217 -- Restored pre_save/post_save signal emission via LogEntry.save...
antoliny0919
2025-01-22
Fixed #36114 -- Fixed link visibility when list_display_links field contains ...
antoliny0919
2025-01-10
Fixed #36032 -- Rendered URLField values as links in the admin.
antoliny0919
2025-01-08
Fixed #36063 -- Made a FileField navigate to the object admin change page whe...
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-09-11
Fixed #35747 -- Used default ordering when the ORDER_VAR param is blank in th...
ldeluigi
2024-09-02
Refs #35706 -- Prefixed 'Error:' to titles of admin pages with form errors.
sanjeevholla26
2024-08-20
Fixed #35686 -- Added table headers to app list tables for screen readers.
Sarah Boyce
2024-07-18
Fixed #35606, Refs #34045 -- Fixed rendering of ModelAdmin.action_checkbox fo...
Hisham Mahmood
2024-03-01
Refs #35234 -- Deprecated CheckConstraint.check in favor of .condition.
Simon Charette
2024-02-06
Refs #10743 -- Removed leftover comment in tests/admin_changelist/tests.py.
nessita
2024-02-05
Refs #10743 -- Enabled ordering for lookups in ModelAdmin.list_display.
Tom Carrick
2024-02-05
Fixed #10743 -- Allowed lookups for related fields in ModelAdmin.list_display.
Tom Carrick
2024-01-26
Applied Black's 2024 stable style.
Mariusz Felisiak
2024-01-10
Fixed #28404 -- Made displaying values in admin respect Field's empty_values.
Alexander Lazarević
2023-10-31
Fixed #34462 -- Made admin log actions in bulk.
Akash Kumar Sen
2023-09-14
Fixed #34834 -- Added role="search" to the admin changelist search form.
Lemuel Sta Ana
2023-07-10
Fixed #34696 -- Updated selection counter in admin changelist on Chrome.
Cauê Thenório
2023-07-07
Fixed #9602 -- Added AdminSite.get_model_admin().
Mariusz Felisiak
2023-07-07
Fixed #34639 -- Reverted "Fixed #32682 -- Made admin changelist use Exists() ...
Simon Charette
2023-03-16
Fixed #1873 -- Handled multi-valued query parameters in admin changelist filt...
sarahboyce
2023-03-03
Fixed #32539 -- Added toggleable facet filters to ModelAdmin.
sarahboyce
2023-03-03
Added test for preserving popup by reset link in the admin changelist.
sarahboyce
2023-02-16
Fixed #34045 -- Improved accessibility of selecting items in admin changelist.
Durval Carvalho
2023-02-08
Fixed #34303 –- Allowed customizing admin site log entry list.
Jacob Rief
2023-02-01
Refs #33476 -- Applied Black's 2023 stable style.
David Smith
2023-01-30
Fixed #34283 -- Escaped title in admin's changelist filters.
Stanislav Volyk
2022-10-06
Fixed #32603 -- Made ModelAdmin.list_editable use transactions.
Shubh1815
2022-09-26
Fixed #34040 -- Removed autofocus from admin search box.
Moshe Nahmias
2022-04-26
Fixed #27471 -- Made admin's filter choices collapsable.
Marcelo Galigniana
2022-04-06
Refs #31617 -- Added an id for helptext in admin forms.
David Smith
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
2021-12-15
Fixed #16063 -- Adjusted admin changelist searches spanning multi-valued rela...
Jacob Walls
2021-11-09
Refs #16063 -- Added tests for searching against multiple related fields in a...
Jacob Walls
2021-10-21
Fixed #33211 -- Updated tests for Selenium 4.0.0.
Carlton Gibson
2021-09-21
Fixed #33083 -- Fixed selecting all items in the admin changelist when action...
Carlton Gibson
2021-06-07
Refs #24121 -- Added __repr__() to ChangeList and BaseStorage.
saeedblanchette
2021-05-26
Fixed #32543 -- Added search_help_text to ModelAdmin.
Hasan Ramezani
2021-04-27
Fixed #32682 -- Made admin changelist use Exists() instead of distinct() for ...
Mariusz Felisiak
2021-04-27
Refs #19080 -- Added tests for preserving select_related() in the admin chang...
Mariusz Felisiak
2021-04-21
Fixed #32647 -- Restored multi-row select with shift-modifier in admin change...
Carlton Gibson
2021-01-13
Fixed #16117 -- Added decorators for admin action and display functions.
Nick Pope
2020-08-06
Fixed #25513 -- Extracted admin pagination to Paginator.get_elided_page_range().
Nick Pope
2020-08-06
Refs #25513 -- Fixed admin pagination elision bounds.
Nick Pope
2020-08-06
Refs #25513 -- Adjusted admin pagination to be 1-indexed.
Nick Pope
[next]