summaryrefslogtreecommitdiff
path: root/tests/admin_changelist
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Fixed #16609 -- Fixed duplicate admin results when searching nested M2M relat...Samuel Paccoud2015-05-063-5/+63
* Revert "Fixed #24474 -- Allowed configuring the admin's empty change list val...Tim Graham2015-04-082-74/+9
* Fixed #24474 -- Allowed configuring the admin's empty change list value.Loek van Gent2015-04-082-9/+74
* Fixed #24285 -- Made for_user argument optional for {% get_admin_log %} tagYair Chuchem2015-03-201-0/+20
* Fixed #24417 -- Added ModelAdmin.get_list_select_related()Loek van Gent2015-03-191-3/+22
* Fixed #24226 -- Changed admin EMPTY_CHANGELIST_VALUE from (None) to -Tim Graham2015-03-121-1/+1
* Fixed admin selenium tests broken by removal of fixtures.Tim Graham2015-03-051-2/+1
* Converted test fixtures to setUpTestData methodsJosh Smeaton2015-03-052-21/+10
* Replaced hardcoded URLs in admin_* testsClaude Paroz2015-02-081-2/+2
* Sorted imports with isort; refs #23860.Tim Graham2015-02-063-17/+18
* Fixed #24149 -- Normalized tuple settings to lists.darkryder2015-02-031-1/+1
* Fixed #23620 -- Used more specific assertions in the Django test suite.Berker Peksag2014-11-031-2/+2
* Fixed #21977 -- Deprecated SimpleTestCase.urlsAnubhav Joshi2014-04-061-3/+3