summaryrefslogtreecommitdiff
path: root/tests/admin_changelist/tests.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #32539 -- Added toggleable facet filters to ModelAdmin.sarahboyce2023-03-031-0/+7
* Added test for preserving popup by reset link in the admin changelist.sarahboyce2023-03-031-0/+13
* Fixed #34045 -- Improved accessibility of selecting items in admin changelist.Durval Carvalho2023-02-161-7/+12
* Fixed #34303 –- Allowed customizing admin site log entry list.Jacob Rief2023-02-081-2/+8
* Refs #33476 -- Applied Black's 2023 stable style.David Smith2023-02-011-1/+0
* Fixed #34283 -- Escaped title in admin's changelist filters.Stanislav Volyk2023-01-301-0/+20
* Fixed #32603 -- Made ModelAdmin.list_editable use transactions.Shubh18152022-10-061-2/+50
* Fixed #34040 -- Removed autofocus from admin search box.Moshe Nahmias2022-09-261-1/+1
* Fixed #27471 -- Made admin's filter choices collapsable.Marcelo Galigniana2022-04-261-0/+52
* Refs #31617 -- Added an id for helptext in admin forms.David Smith2022-04-061-2/+9
* Refs #33476 -- Refactored code to strictly match 88 characters line length.Mariusz Felisiak2022-02-071-1/+2
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-542/+658
* Fixed #16063 -- Adjusted admin changelist searches spanning multi-valued rela...Jacob Walls2021-12-151-3/+39
* Refs #16063 -- Added tests for searching against multiple related fields in a...Jacob Walls2021-11-091-0/+51
* Fixed #33211 -- Updated tests for Selenium 4.0.0.Carlton Gibson2021-10-211-19/+28
* Fixed #33083 -- Fixed selecting all items in the admin changelist when action...Carlton Gibson2021-09-211-5/+9
* Refs #24121 -- Added __repr__() to ChangeList and BaseStorage.saeedblanchette2021-06-071-0/+7
* Fixed #32543 -- Added search_help_text to ModelAdmin.Hasan Ramezani2021-05-261-0/+16
* Fixed #32682 -- Made admin changelist use Exists() instead of distinct() for ...Mariusz Felisiak2021-04-271-21/+52
* Refs #19080 -- Added tests for preserving select_related() in the admin chang...Mariusz Felisiak2021-04-271-0/+14
* Fixed #32647 -- Restored multi-row select with shift-modifier in admin change...Carlton Gibson2021-04-211-0/+22
* Fixed #25513 -- Extracted admin pagination to Paginator.get_elided_page_range().Nick Pope2020-08-061-19/+19
* Refs #25513 -- Fixed admin pagination elision bounds.Nick Pope2020-08-061-15/+21
* Refs #25513 -- Adjusted admin pagination to be 1-indexed.Nick Pope2020-08-061-12/+12
* Fixed #31597, #31603 -- Corrected admin clear all filters link behavior.Fran Hrzenjak2020-05-201-7/+59
* Corrected indentation in test case.Carlton Gibson2020-05-141-2/+4
* Added Selenium test coverage for actions.js.Jon Dufresne2020-05-141-3/+84
* Refs #30400 -- Improved typography of user facing strings in admin changelist.Jon Dufresne2020-04-291-4/+4
* Added tests for saving with pending actions in admin changelist.Jon Dufresne2020-04-291-0/+49
* Fixed #31349 -- Used :nth-child() CSS pseudo-class to style alternative rows ...Jon Dufresne2020-03-091-1/+1
* Fixed #31187 -- Fixed detecting of existing total ordering in admin changelis...Fabio Sangiovanni2020-02-191-0/+92
* Removed duplicate tests in ChangeListTests.test_total_ordering_optimization().Fabio Sangiovanni2020-02-191-4/+0
* Simplified imports from django.db and django.contrib.gis.db.Nick Pope2020-02-041-2/+1
* Fixed #27888 -- Added link to clear all filters in the admin changelist view.Hasan Ramezani2020-01-231-0/+12
* Fixed #31031 -- Fixed data loss in admin changelist view when formset's prefi...Baptiste Mispelon2019-11-261-0/+20
* Fixed #30064 -- Added form to validate admin search fields query input.Carlton Gibson2019-08-221-0/+17
* Fixed #30400 -- Improved typography of user facing strings.Jon Dufresne2019-06-281-1/+1
* Refs #17198 -- Detected existing total ordering in admin changelist.Simon Charette2019-01-171-2/+79
* Made reused RequestFactory instances class attributes.Simon Charette2018-11-271-3/+1
* Switched setUp() to setUpTestData() where possible in Django's tests.Simon Charette2018-11-271-1/+4
* Fixed #29658 -- Registered model lookups in tests with a context manager.Srinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి)2018-08-211-9/+3
* Fixed typos in comments and docs.luz.paz2018-08-011-1/+1
* Fixed #29428 -- Fixed admin changelist crash when using a query expression wi...Tim Graham2018-06-141-0/+11
* Fixed #28462 -- Decreased memory usage with ModelAdmin.list_editable.Adam Donaghy2018-06-011-3/+82
* Fixed #8936 -- Added a view permission and a read-only admin.olivierdalang2018-05-161-2/+37
* Increased test coverage for {% get_admin_log %} and {% static %}.Hasan Ramezani2018-03-261-15/+28
* Refs #23919 -- Removed obsolete comments about u'' prefixes.Tim Graham2018-03-211-4/+1
* Fixed #27728 -- Allowed overriding admin templatetags templates.Raffaele Salmaso2018-02-281-5/+5
* Fixed #29038 -- Removed closing slash from HTML void tags.Jon Dufresne2018-01-211-3/+3
* Fixed #28958 -- Fixed admin changelist crash when using a query expression in...Mariusz Felisiak2017-12-271-0/+16