summaryrefslogtreecommitdiff
path: root/tests/admin_changelist
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixed #22218 -- Deprecated django.conf.urls.patterns.Tim Graham2014-04-031-4/+4
* Fixed many typos in comments and docstrings.Rodolfo Carvalho2014-03-031-4/+4
* Added tests and minified javascript missing in 83a3add4bed8d8d49f93b30c817c66...Bas Peschier2014-02-223-1/+69
* PEP8 cleanupJason Myers2013-11-021-0/+15
* Fixed all E261 warningscoagulant2013-11-021-1/+1
* Fixed #21302 -- Fixed unused imports and import *.Tim Graham2013-11-021-2/+1
* Fixed #21268 -- Fixed E303 pep8 warningsAlasdair Nicol2013-10-181-1/+0
* Fixed #21267 -- Fixed E502 pep8 warningsAlasdair Nicol2013-10-181-1/+1
* Fixed assorted flake8 errors.Tim Graham2013-10-111-3/+3
* Revert "Fixed #21241 -- Avoid extraneous JOINs in admin changelist search."Simon Charette2013-10-071-50/+0
* Fixed #21241 -- Avoid extraneous JOINs in admin changelist search.Chris Adams2013-10-071-0/+50
* Fixed #15185 -- Allowed ModelAdmin.list_display_links=None to disable change ...Ramiro Morales2013-10-012-1/+22
* Removed a ton of unused local varsAlex Gaynor2013-09-081-2/+2
* Added ModelAdmin.get_search_fields.Loic Bistuer2013-08-032-1/+16
* Removed most of absolute_import importsClaude Paroz2013-07-292-3/+1
* Fixed #11195 -- Added CSS classes to the changelist cells to allow style cust...Julien Phalip2013-07-271-3/+3
* Fixed #19080 -- Fine-grained control over select_related in adminTomek Paczkowski2013-06-052-4/+32
* Fixed a failure on Python 3 introduced by 5939864616d56cf949f0bca348a8e05230b...Simon Charette2013-05-291-3/+3
* Fixed #15653 - Error in admin pagination tag.Tim Graham2013-05-291-0/+39
* Fixed a python 3.2 syntax error and python 3 warning introduced by 054ce2aa02.Simon Charette2013-03-191-2/+2