Commit History

Author SHA1 Message Date
  Baptiste Mispelon 50e1e7ef8e Fixed #33348 -- Changed SimpleTestCase.assertFormError()/assertFormsetErrors() to take form/formset. 3 years ago
  adontz 2bee0b4328 Fixed #7497 -- Allowed overriding the order of apps and models in admin. 3 years ago
  Mariusz Felisiak d44951b36e Refs #7497 -- Added assertion for the default order of models in AdminSite.app_index(). 3 years ago
  Mariusz Felisiak 94d8ed55fa Refs #15619 -- Logged out with POST requests in admin. 3 years ago
  Stefan Wehrmeyer 561761c660 Fixed #33592 -- Fixed "View on Site" links in custom admin site. 3 years ago
  Nick Pope 847f46e9bf Removed redundant QuerySet.all() calls in docs and tests. 3 years ago
  Baptiste Mispelon 261885e4c1 Simplified SimpleTestCase.assertFormError()/assertFormsetErrors() calls in admin_views tests. 3 years ago
  Baptiste Mispelon 1f749d6f12 Fixed field name in admin_views.tests.UserAdminTest.test_password_mismatch() assertion. 3 years ago
  Mariusz Felisiak 7119f40c98 Refs #33476 -- Refactored code to strictly match 88 characters line length. 3 years ago
  django-bot 9c19aff7c7 Refs #33476 -- Reformatted code with Black. 3 years ago
  Mariusz Felisiak 0a4a5e5bac Refs #32681 -- Fixed VariableDoesNotExist when rendering some admin template. 3 years ago
  Shubh1815 aecfc40c88 Fixed #33300 -- Ensured hidden elements are not displayed on small screens. 3 years ago
  David Smith 950d697b95 Refs #31617 -- Removed redundant title text in filter.html. 3 years ago
  Shubh1815 51c24d8799 Fixed #33024 -- Fixed height of admin selector boxes in collapsed fieldset. 3 years ago
  Shubh1815 bb223c6f78 Fixed #28357 -- Fixed ModelAdmin.prepopulated_fields on newly added stacked inline. 3 years ago
  Mariusz Felisiak c3e0dfe4cc Fixed isolation of admin_views.tests.ValidXHTMLTests. 3 years ago
  Carlton Gibson 2ccc0b22db Fixed #33211 -- Updated tests for Selenium 4.0.0. 3 years ago
  David Smith 7ef0bc922c Refs #32956 -- Capitalized HTTP/HTTPS in comments, docs, and docstrings. 3 years ago
  Carlton Gibson 402ae37873 Refs #33029 -- Fixed popups Selenium tests in headless mode. 3 years ago
  Yash Jhunjhunwala 492ed60f23 Fixed #33029 -- Allowed multiple popups for self-related fields in admin. 3 years ago
  David Smith 456466d932 Fixed #31026 -- Switched form rendering to template engine. 3 years ago
  Ken Whitesell 0a9aa02e6f Fixed #33077 -- Fixed links to related models for admin's readonly fields in custom admin site. 3 years ago
  Carlton Gibson 306607d5b9 Fixed #32365 -- Made zoneinfo the default timezone implementation. 3 years ago
  Claude Paroz 676bd084f2 Fixed #32873 -- Deprecated settings.USE_L10N. 3 years ago
  Ties Jan Hefting 84400d2e9d Fixed #32905 -- Added CSS class for non-form errors of formsets. 3 years ago
  David Sanders 2978c63a34 Fixed #32771 -- Used IS_POPUP_VAR constant instead of hard-coded value. 3 years ago
  Slava Skvortsov f7691d4812 Fixed #32754 -- Made AdminSite.catch_all_view() respect SCRIPT_NAME. 3 years ago
  Zain Patel 4e5bbb6ef2 Fixed #32681 -- Fixed VariableDoesNotExist when rendering some admin template. 3 years ago
  Mariusz Felisiak 23fa29f6a6 Fixed #32649 -- Fixed ModelAdmin.search_fields crash when searching against phrases with unbalanced quotes. 4 years ago
  Maxim Milovanov d915dd1c58 Fixed #32204 -- Added quick filter to admin's navigation sidebar. 4 years ago