summaryrefslogtreecommitdiff
path: root/tests/admin_changelist
Commit message (Expand)AuthorAgeFilesLines
* [3.0.x] Fixed #31031 -- Fixed data loss in admin changelist view when formset...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
* Updated test URL patterns to use path() and re_path().Tim Graham2018-12-311-2/+2
* 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-012-3/+85
* Fixed #8936 -- Added a view permission and a read-only admin.olivierdalang2018-05-162-2/+43
* 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 #28933 -- Improved the efficiency of ModelAdmin.date_hierarchy queries.Haki Benita2018-02-142-0/+56
* 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
* Fixed #26184 -- Allowed using any lookups in ModelAdmin.search_fields.Krzysztof Nazarewski2017-11-182-3/+82
* Fixed #28496 -- Added ModelAdmin.get_changelist_instance().Simon Meers2017-08-221-72/+46
* Refs #27953 -- Removed hardcoded uses of Model.__str__() in tests.Collin Anderson2017-06-091-1/+1
* Replaced type-specific assertions with assertEqual().Tim Graham2017-03-171-5/+1
* Fixed #27897 -- Fixed crash with 'pk' in ModelAdmin.search_filters.Josh Schneier2017-03-151-0/+15
* Refs #23919 -- Replaced super(ClassName, self) with super().chillaranand2017-01-252-8/+7
* Refs #23919 -- Removed misc references to Python 2.Tim Graham2017-01-211-4/+0
* Refs #23919 -- Removed six.<various>_types usageClaude Paroz2017-01-181-5/+5
* Refs #23919 -- Removed python_2_unicode_compatible decorator usageClaude Paroz2017-01-181-3/+0
* Refs #23919 -- Removed encoding preambles and future importsClaude Paroz2017-01-181-2/+0
* Refs #25135 -- Removed support for the contrib.admin allow_tags attribute.Tim Graham2017-01-171-30/+1
* Fixed #18729 -- Made admin changelist not use distinct() if a list_filter doe...nmhung892016-12-061-0/+16
* Fixed E305 flake8 warnings.Ramin Farajpour Cami2016-11-141-0/+4
* Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.za2016-11-101-13/+11
* Fixed #26747 -- Used more specific assertions in the Django test suite.Jon Dufresne2016-06-161-1/+1
* Fixed E128 flake8 warnings in tests/.Tim Graham2016-04-082-12/+6
* Fixed #25364 -- Added generic way to test on all browsers supported by selenium.Akshesh2016-03-151-12/+3
* Fixed #26175 -- Removed SHA1 password hashes in tests.Tim Graham2016-02-061-12/+4
* Fixed #11313 -- Made ModelAdmin.list_editable more resilient to concurrent ed...bphillips2016-02-012-1/+70
* Refs #19536 -- Tweaked test assertion to avoid collision with CSRF token.Tim Graham2016-01-281-1/+1
* Fixed #26013 -- Moved django.core.urlresolvers to django.urls.Marten Kenbeek2015-12-311-1/+1
* Fixed #19536 -- Included object-tools when ModelAdmin.has_add_permission() is...Nick Sandford2015-12-292-3/+21
* Fixed many spelling mistakes in code, comments, and docs.Josh Soref2015-12-031-1/+1
* Fixed #24687 -- Added select_related() validation for nested non-relational f...Tim Graham2015-10-102-4/+2
* Removed redundancy in admin_changelist tests.Tim Graham2015-09-251-115/+58
* Fixed #23395 -- Limited line lengths to 119 characters.Dražen Odobašić2015-09-121-3/+14
* Fixed #25135 -- Deprecated the contrib.admin allow_tags attribute.Ola Sitarska2015-09-081-2/+35
* Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey...Flavio Curella2015-07-271-7/+7
* Fixed #21927 -- Made application and instance namespaces more distinct.Marten Kenbeek2015-06-081-2/+2
* Fixed #24474 -- Allowed configuring the admin's empty change list value.Loek van Gent2015-06-042-9/+74
* Fixed #24851 -- Fixed crash with reverse one-to-one relation in ModelAdmin.li...Tim Graham2015-05-283-4/+13
* Refs #24553 -- Isolated admin_* tests.Riccardo Magliocchetti2015-05-141-35/+35