summaryrefslogtreecommitdiff
path: root/tests/admin_views
Commit message (Expand)AuthorAgeFilesLines
...
* Fixed #33211 -- Updated tests for Selenium 4.0.0.Carlton Gibson2021-10-213-126/+155
* Refs #33211 -- Added assertCountSeleniumElements() test helper.Carlton Gibson2021-10-211-18/+19
* Refs #32956 -- Capitalized HTTP/HTTPS in comments, docs, and docstrings.David Smith2021-10-201-3/+1
* Refs #33029 -- Fixed popups Selenium tests in headless mode.Carlton Gibson2021-10-061-3/+10
* Fixed #33156 -- Used sessionStorage to preserve quick filter for admin's navi...Maxim Milovanov2021-10-061-1/+1
* Fixed #33029 -- Allowed multiple popups for self-related fields in admin.Yash Jhunjhunwala2021-09-303-4/+81
* Fixed #31026 -- Switched form rendering to template engine.David Smith2021-09-201-1/+1
* Fixed #33077 -- Fixed links to related models for admin's readonly fields in ...Ken Whitesell2021-09-182-4/+12
* Fixed #32365 -- Made zoneinfo the default timezone implementation.Carlton Gibson2021-09-161-9/+9
* Fixed #32873 -- Deprecated settings.USE_L10N.Claude Paroz2021-09-142-8/+8
* Fixed #33051 -- Fixed highlighting the current model in admin's sidebar with ...Hasan Ramezani2021-08-272-0/+21
* Fixed #32993 -- Added AutocompleteJsonView.serialize_result() to allow custom...Mart Sõmermaa2021-08-101-0/+24
* Fixed #32905 -- Added CSS class for non-form errors of formsets.Ties Jan Hefting2021-07-151-1/+4
* Refs #24121 -- Added __repr__() to AdminForm, BlockContext, BlockTranslateNod...saeedblanchette2021-06-101-1/+22
* Fixed #32771 -- Used IS_POPUP_VAR constant instead of hard-coded value.David Sanders2021-05-202-9/+9
* Fixed #32754 -- Made AdminSite.catch_all_view() respect SCRIPT_NAME.Slava Skvortsov2021-05-181-0/+36
* Fixed #32031 -- Added model class for each model to AdminSite.each_context().Raffaele Salmaso2021-05-131-1/+4
* Fixed capitalization of "ECMAScript" and "JavaScript".Nick Pope2021-04-291-1/+1
* Refs #32682 -- Renamed use_distinct variable to may_have_duplicates.Mariusz Felisiak2021-04-271-2/+4
* Fixed #32681 -- Fixed VariableDoesNotExist when rendering some admin template.Zain Patel2021-04-261-0/+12
* Fixed #32649 -- Fixed ModelAdmin.search_fields crash when searching against p...Mariusz Felisiak2021-04-141-1/+5
* Fixed #32204 -- Added quick filter to admin's navigation sidebar.Maxim Milovanov2021-03-312-2/+15
* Fixed #32466 -- Corrected autocomplete to_field resolution for complex cases.Johannes Maron2021-03-182-1/+87
* Refs #29138 -- Added extra tests for autocomplete FK to_field variations.Johannes Maron2021-03-182-0/+25
* Removed unnecessary lines in test_has_view_or_change_permission_required().Mariusz Felisiak2021-03-101-2/+0
* Refs #21429 -- Added SimpleTestCase.assertNoLogs() on Python < 3.10.François Freitag2021-03-021-3/+2
* Removed unused code in admin_views tests.Jacob Walls2021-02-262-9/+0
* Fixed #32443 -- Removed "shifted" CSS class when admin's sidebar is disabled.Amir Ajorloo2021-02-181-0/+1
* Fixed #26607 -- Allowed customizing formset kwargs with ModelAdmin.get_formse...manav0142021-02-152-0/+10
* Refs #32365 -- Allowed use of non-pytz timezone implementations.Paul Ganssle2021-01-191-14/+32
* Fixed #16117 -- Added decorators for admin action and display functions.Nick Pope2021-01-133-35/+46
* Fixed #31747 -- Fixed model enumeration via admin URLs.Jon Dufresne2021-01-123-2/+250
* Fixed #29010, Fixed #29138 -- Added limit_choices_to and to_field support to ...Johannes Maron2021-01-122-22/+96
* Fixed typo in tests/admin_views/test_history_view.py test name.Nick Pope2020-12-181-1/+1
* Avoided direct styles in admin templates.Claude Paroz2020-11-101-1/+1
* Refs #25780 -- Removed redundant status code assertions from tests.Jon Dufresne2020-10-282-22/+8
* Fixed admin_views's test_history_view on databases that don't use serial pks.Tim Graham2020-10-261-2/+2
* Made test_change_list_sorting_model_admin_reverse's assertions more specific.Tim Graham2020-10-181-4/+6
* Fixed #32091 -- Fixed admin search bar width on filtered admin page.Tim Schilling2020-10-091-0/+11
* Fixed #31181 -- Added links to related models for admin's readonly fields.Julien Rebetez2020-10-083-9/+63
* Refs #32034 -- Added test for title on admin app index view.Raffaele Salmaso2020-09-231-0/+9
* Fixed #31789 -- Added a new headers interface to HttpResponse.Tom Carrick2020-09-141-1/+1
* Fixed #31993 -- Added subtitles to admin change/view pages.Jon Dufresne2020-09-111-2/+55
* Refs #31993 -- Added more titles assertions for admin views.Jon Dufresne2020-09-101-5/+21
* Refs #31901 -- Fixed SeleniumTests.test_list_editable_popups with headless mode.Mariusz Felisiak2020-09-021-0/+3
* Fixed #31865 -- Adjusted admin nav sidebar template to reduce debug logging.Carlton Gibson2020-08-111-0/+8
* Refs #25513 -- Adjusted admin pagination to be 1-indexed.Nick Pope2020-08-061-1/+1
* Fixed the centering of the "Log in" button on admin login page.Jon Dufresne2020-06-261-0/+11
* Removed unnecessary admin CSS.Jon Dufresne2020-06-251-0/+17
* Refs #26761 -- Removed extra space in admin change list result header.Hasan Ramezani2020-06-252-9/+9