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
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
2020-05-20
Fixed #31597, #31603 -- Corrected admin clear all filters link behavior.
Fran Hrzenjak
2020-05-14
Corrected indentation in test case.
Carlton Gibson
2020-05-14
Added Selenium test coverage for actions.js.
Jon Dufresne
2020-04-29
Refs #30400 -- Improved typography of user facing strings in admin changelist.
Jon Dufresne
2020-04-29
Added tests for saving with pending actions in admin changelist.
Jon Dufresne
2020-03-09
Fixed #31349 -- Used :nth-child() CSS pseudo-class to style alternative rows ...
Jon Dufresne
2020-02-19
Fixed #31187 -- Fixed detecting of existing total ordering in admin changelis...
Fabio Sangiovanni
2020-02-19
Removed duplicate tests in ChangeListTests.test_total_ordering_optimization().
Fabio Sangiovanni
2020-02-04
Simplified imports from django.db and django.contrib.gis.db.
Nick Pope
2020-01-23
Fixed #27888 -- Added link to clear all filters in the admin changelist view.
Hasan Ramezani
2019-11-26
Fixed #31031 -- Fixed data loss in admin changelist view when formset's prefi...
Baptiste Mispelon
2019-10-29
Fixed #30922 -- Fixed ModelAdmin.date_hierarchy queries with DST changes.
Erwin Junge
2019-08-22
Fixed #30064 -- Added form to validate admin search fields query input.
Carlton Gibson
2019-06-28
Fixed #30400 -- Improved typography of user facing strings.
Jon Dufresne
2019-01-17
Refs #17198 -- Detected existing total ordering in admin changelist.
Simon Charette
2018-12-31
Updated test URL patterns to use path() and re_path().
Tim Graham
2018-11-27
Made reused RequestFactory instances class attributes.
Simon Charette
2018-11-27
Switched setUp() to setUpTestData() where possible in Django's tests.
Simon Charette
2018-08-21
Fixed #29658 -- Registered model lookups in tests with a context manager.
Srinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి)
2018-08-01
Fixed typos in comments and docs.
luz.paz
2018-06-14
Fixed #29428 -- Fixed admin changelist crash when using a query expression wi...
Tim Graham
2018-06-01
Fixed #28462 -- Decreased memory usage with ModelAdmin.list_editable.
Adam Donaghy
2018-05-16
Fixed #8936 -- Added a view permission and a read-only admin.
olivierdalang
2018-03-26
Increased test coverage for {% get_admin_log %} and {% static %}.
Hasan Ramezani
2018-03-21
Refs #23919 -- Removed obsolete comments about u'' prefixes.
Tim Graham
2018-02-28
Fixed #27728 -- Allowed overriding admin templatetags templates.
Raffaele Salmaso
2018-02-14
Fixed #28933 -- Improved the efficiency of ModelAdmin.date_hierarchy queries.
Haki Benita
2018-01-21
Fixed #29038 -- Removed closing slash from HTML void tags.
Jon Dufresne
2017-12-27
Fixed #28958 -- Fixed admin changelist crash when using a query expression in...
Mariusz Felisiak
2017-11-18
Fixed #26184 -- Allowed using any lookups in ModelAdmin.search_fields.
Krzysztof Nazarewski
2017-08-22
Fixed #28496 -- Added ModelAdmin.get_changelist_instance().
Simon Meers
2017-06-09
Refs #27953 -- Removed hardcoded uses of Model.__str__() in tests.
Collin Anderson
2017-03-17
Replaced type-specific assertions with assertEqual().
Tim Graham
2017-03-15
Fixed #27897 -- Fixed crash with 'pk' in ModelAdmin.search_filters.
Josh Schneier
2017-01-25
Refs #23919 -- Replaced super(ClassName, self) with super().
chillaranand
2017-01-21
Refs #23919 -- Removed misc references to Python 2.
Tim Graham
2017-01-18
Refs #23919 -- Removed six.<various>_types usage
Claude Paroz
2017-01-18
Refs #23919 -- Removed python_2_unicode_compatible decorator usage
Claude Paroz
2017-01-18
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2017-01-17
Refs #25135 -- Removed support for the contrib.admin allow_tags attribute.
Tim Graham
[prev]
[next]