summaryrefslogtreecommitdiff
path: root/tests/admin_views
Commit message (Expand)AuthorAgeFilesLines
* Fixed #34380 -- Allowed specifying a default URL scheme in forms.URLField.Coen van der Kamp2023-04-281-0/+7
* Fixed #34512 -- Restored breadcrumbs on admin app index view.Mariusz Felisiak2023-04-261-0/+4
* Fixed #34383 -- Fixed layout of admin fieldsets with multiple fields on the s...Tom Carrick2023-03-271-2/+4
* Fixed #32539 -- Added toggleable facet filters to ModelAdmin.sarahboyce2023-03-032-0/+43
* Moved duplicate user declarations to setUpTestData() in AdminSiteFinalCatchAl...Mariusz Felisiak2023-03-031-110/+31
* Fixed #34377 -- Fixed preserving query strings in AdminSite.catch_all_view().Dominique Bischof2023-03-031-0/+36
* Refs #31747 -- Added more tests for preserving query strings when redirect wi...Dominique Bischof2023-03-031-0/+35
* Refs #34342 -- Added tests for handling sync streaming responses by test client.Alexandre Spaeth2023-02-171-1/+1
* Fixed #34316 -- Fixed layout of admin password change forms and help texts.sarahboyce2023-02-131-7/+7
* Fixed #34315 -- Preserved admin changelist filters on "Close" button.Bakdolot2023-02-081-0/+15
* Fixed #34301 -- Made admin's submit_row check add permission for "Save as new...Frederic Mheir2023-02-071-1/+34
* Refs #33476 -- Applied Black's 2023 stable style.David Smith2023-02-011-1/+0
* Fixed #34233 -- Dropped support for Python 3.8 and 3.9.Mariusz Felisiak2023-01-181-5/+1
* Refs #32365 -- Removed support for pytz timezones per deprecation timeline.Mariusz Felisiak2023-01-171-8/+0
* Fixed AdminViewDeletedObjectsTest.test_cyclic failure when using --keepdb.Mariusz Felisiak2022-12-061-2/+2
* Fixed #34042 -- Improved accessibility of admin's navigation sidebar.Rasmus Magnell2022-10-121-23/+30
* Refs #33990 -- Renamed SimpleTestCase.assertFormsetError() to assertFormSetEr...Gregor Gärtner2022-10-071-4/+4
* Fixed #34025 -- Fixed selecting ModelAdmin.autocomplete_fields after adding/c...David Sanders2022-09-282-23/+50
* Removed obsolete test_skip_link_is_skipped_when_there_is_searchbar test.Mariusz Felisiak2022-09-281-21/+0
* Refs #34041 -- Added navigation landmark to breadcrumbs in admin.Florian Perucki2022-09-261-0/+25
* Refs #24179 -- Fixed selenium tests for offset of admin selector boxes in fie...Mariusz Felisiak2022-09-071-6/+18
* Fixed #33878 -- Switched to system fonts in CSS.Tom Carrick2022-08-171-1/+14
* Fixed #33893 -- Reverted "Fixed #28889 -- Prevented double submission of admi...Fab2022-08-052-105/+39
* Fixed warnings per flake8 5.0.0.Mariusz Felisiak2022-07-311-2/+3
* Fixed #33726 -- Added skip-link to admin for keyboard navigation.Marcelo Galigniana2022-07-281-0/+145
* Refs #33725 -- Replaced deprecated find_element_by_css_selector() with find_e...Mariusz Felisiak2022-05-231-4/+4
* Fixed #33725 -- Made hidden quick filter in admin's navigation sidebar not fo...Sankalp2022-05-211-0/+8
* Fixed #33679 -- Fixed the last inline's id in admin for users without add per...Daniel Hahler2022-05-061-0/+14
* Fixed various tests on MySQL with MyISAM storage engine.Mariusz Felisiak2022-04-181-0/+3
* Fixed DatabaseFeatures.uses_savepoints/can_release_savepoints and related tes...Mariusz Felisiak2022-04-181-2/+5
* Fixed #11803 -- Allowed admin select widgets to display new related objects.mgaligniana2022-04-153-0/+181
* Refs #31617 -- Added an id for helptext in admin forms.David Smith2022-04-061-7/+57
* Fixed #33348 -- Changed SimpleTestCase.assertFormError()/assertFormsetErrors(...Baptiste Mispelon2022-04-061-12/+17
* Fixed #7497 -- Allowed overriding the order of apps and models in admin.adontz2022-03-252-0/+19
* Refs #7497 -- Added assertion for the default order of models in AdminSite.ap...Mariusz Felisiak2022-03-251-0/+3
* Refs #15619 -- Logged out with POST requests in admin.Mariusz Felisiak2022-03-241-35/+43
* Fixed #33592 -- Fixed "View on Site" links in custom admin site.Stefan Wehrmeyer2022-03-211-0/+15
* Fixed #28889 -- Prevented double submission of admin forms.mgaligniana2022-02-231-0/+105
* Removed redundant QuerySet.all() calls in docs and tests.Nick Pope2022-02-222-4/+4
* Simplified SimpleTestCase.assertFormError()/assertFormsetErrors() calls in ad...Baptiste Mispelon2022-02-141-14/+2
* Fixed field name in admin_views.tests.UserAdminTest.test_password_mismatch() ...Baptiste Mispelon2022-02-141-1/+1
* Refs #33476 -- Refactored code to strictly match 88 characters line length.Mariusz Felisiak2022-02-072-79/+144
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-0716-3330/+5122
* Refs #32681 -- Fixed VariableDoesNotExist when rendering some admin template.Mariusz Felisiak2022-01-131-0/+14
* Fixed #33300 -- Ensured hidden elements are not displayed on small screens.Shubh18152021-12-301-0/+19
* Refs #31617 -- Removed redundant title text in filter.html.David Smith2021-12-281-2/+2
* Fixed #33316 -- Added pagination to admin history view.mgaligniana2021-12-151-1/+53
* Fixed #33024 -- Fixed height of admin selector boxes in collapsed fieldset.Shubh18152021-11-252-0/+62
* Fixed #28357 -- Fixed ModelAdmin.prepopulated_fields on newly added stacked i...Shubh18152021-11-162-3/+43
* Fixed isolation of admin_views.tests.ValidXHTMLTests.Mariusz Felisiak2021-11-021-4/+4