Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/admin_changelist
Commit message (Expand)AuthorAgeFilesLines
* Fixed #24687 -- Added select_related() validation for nes...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 a...Ola Sitarska2015-09-091-2/+35
* Fixed #21127 -- Started deprecation toward requiring on_d...Flavio Curella2015-07-281-7/+7
* Fixed #21927 -- Made application and instance namespaces ...Marten Kenbeek2015-06-081-2/+2
* Fixed #24474 -- Allowed configuring the admin's empty cha...Loek van Gent2015-06-052-9/+74
* Fixed #24851 -- Fixed crash with reverse one-to-one relat...Tim Graham2015-05-283-4/+13
* Refs #24553 -- Isolated admin_* tests.Riccardo Magliocchetti2015-05-141-35/+35
* Fixed #16609 -- Fixed duplicate admin results when search...Samuel Paccoud2015-05-063-5/+63
* Revert "Fixed #24474 -- Allowed configuring the admin's e...Tim Graham2015-04-092-74/+9
* Fixed #24474 -- Allowed configuring the admin's empty cha...Loek van Gent2015-04-092-9/+74
* Fixed #24285 -- Made for_user argument optional for {% ge...Yair 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...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 Djan...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 83a3add4be...Bas Peschier2014-02-223-1/+69
* PEP8 cleanupJason Myers2013-11-031-0/+15
* Fixed all E261 warningscoagulant2013-11-031-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 c...Simon Charette2013-10-071-50/+0
* Fixed #21241 -- Avoid extraneous JOINs in admin changelis...Chris Adams2013-10-071-0/+50
* Fixed #15185 -- Allowed ModelAdmin.list_display_links=Non...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-042-1/+16
* Removed most of absolute_import importsClaude Paroz2013-07-292-3/+1
* Fixed #11195 -- Added CSS classes to the changelist cells...Julien Phalip2013-07-281-3/+3
* Fixed #19080 -- Fine-grained control over select_related ...Tomek Paczkowski2013-06-052-4/+32
* Fixed a failure on Python 3 introduced by 5939864616d56cf...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 intr...Simon Charette2013-03-201-2/+2
* Fixed #20088 -- Changed get_admin_log not to depend on Us...Juan Catalano2013-03-192-1/+23
* Fixed #15363 -- Renamed and normalized to `get_queryset` ...Loic Bistuer2013-03-083-13/+13
* Renamed some tests and removed references to modeltests/r...Florian Apolloner2013-02-261-1/+1
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-265-0/+766