summaryrefslogtreecommitdiff
path: root/tests/admin_views
Commit message (Expand)AuthorAgeFilesLines
* [3.2.x] Fixed #32466 -- Corrected autocomplete to_field resolution for comple...Johannes Maron2021-03-182-1/+112
* [3.2.x] 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
* Fixed #6933 -- Added support for searching against quoted phrases in ModelAdm...Alix2020-06-181-1/+21
* Refs #31670 -- Removed whitelist/blacklist terminology in docs and comments.David Smith2020-06-171-1/+1
* Refs #31034 -- Improved accessibility of admin navigation sidebar.Tom Carrick2020-05-281-0/+12
* Fixed #11157 -- Stopped removing stop words in admin's prepopulated_fields.Scott Cranfill2020-05-271-30/+30
* Fixed #31590 -- Fixed ModelAdmin.date_hierarchy crash with an empty QuerySet.kjpc-tech2020-05-151-0/+5
* Fixed #31524 -- Removed minified static assets from the admin.Jon Dufresne2020-05-141-12/+4
* Fixed #31575 -- Added system check for admin sidebar request context processo...Jon Dufresne2020-05-142-2/+26
* Fixed #31034 -- Added a navigation sidebar to the admin.Tom Carrick2020-05-112-3/+106
* Refs #30116 -- Simplified regex match group access with Match.__getitem__().Jon Dufresne2020-05-111-8/+8
* Changed `'%s' % value` pattern to `str(value)`.Nick Pope2020-05-042-16/+16
* Changed django.forms.ValidationError imports to django.core.exceptions.Valida...François Freitag2020-04-283-5/+5
* Removed unnecessary tuple wrapping of single format string argument.François Freitag2020-04-271-2/+2
* Capitalized Unicode in docs, strings, and comments.Jon Dufresne2020-04-202-7/+7
* Fixed #29724 -- Fixed timezone handling in ModelAdmin.date_hierarchy queries.Hasan Ramezani2020-03-251-0/+12
* Added tests for date_hierarchy template tag with models.DateTimeField.Alexander Holmbäck2020-03-251-0/+42
* Fixed intermittent SeleniumTests.test_prepopulated_fields failure.Carlton Gibson2020-03-251-1/+4
* Fixed #31361 -- Fixed invalid action="" in admin forms.Jon Dufresne2020-03-161-12/+20
* Added novalidate HTML attribute to ModelAdmin.add_view() and change_view() te...Jon Dufresne2020-03-161-2/+2
* Fixed #31349 -- Used :nth-child() CSS pseudo-class to style alternative rows ...Jon Dufresne2020-03-091-1/+1
* Refs #31117 -- Made various tests properly handle unexpected databases aliases.Matthijs Kooijman2020-01-201-5/+4
* Fixed #30892 -- Fixed slugify() and admin's URLify.js for "İ".Sjbrgsn2019-12-301-7/+8
* Refs #30585 -- Updated project templates and tests to use (block)translate tags.Mike Hansen2019-12-188-12/+12
* Fixed #31080 -- Removed redundant type="text/javascript" attribute from <scri...Jon Dufresne2019-12-111-2/+1
* Refs #29892 -- Made Selenium tests wait for popups to be ready.Jon Dufresne2019-12-021-14/+7
* Fixed CVE-2019-19118 -- Required edit permissions on parent model for editabl...Carlton Gibson2019-12-023-75/+3
* Fixed #29892 -- Added explicit Selenium wait in admin autocomplete tests.Carlton Gibson2019-11-291-20/+35
* Fixed #29892 -- Added .wait_page_loaded() in SeleniumTests.test_first_field_f...Jon Dufresne2019-11-281-2/+4
* Fixed #30975 -- Replaced custom get_select_option with Selenium's select_by_v...Johannes Hoppe2019-11-271-5/+5