Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/admin_custom_urls/tests.py
Commit message (Expand)AuthorAgeFilesLines
* Updated tests to stop leaking models in shared AdminSite.Riccardo Magliocchetti2015-04-151-11/+11
* Converted test fixtures to setUpTestData methodsJosh Smeaton2015-03-051-10/+25
* Fixed #15779 -- Allowed 'add' primary key in admin editionClaude Paroz2015-02-141-5/+0
* Replaced hardcoded URLs in admin_* testsClaude Paroz2015-02-081-3/+5
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-1/+1
* Fixed #24149 -- Normalized tuple settings to lists.darkryder2015-02-031-2/+2
* Fixed typos in code comments.Adam Taylor2015-01-201-1/+1
* Fixed #13165 -- Added edit and delete links to admin fore...Simon Charette2015-01-101-1/+1
* Fixed #23995 -- Removed unnecessary calls to self.client....Diego GuimarĂ£es2014-12-161-6/+0
* Fixed #22909 -- Removed camelCasing in some tests.Tim Graham2014-07-081-4/+4
* Fixed #21977 -- Deprecated SimpleTestCase.urlsAnubhav Joshi2014-04-061-4/+4
* Fixed #21774 -- Isolate all test urls from eachother.Marc Tamlyn2014-01-141-4/+6
* Imported override_settings from its new location.Aymeric Augustin2013-12-231-2/+1
* Fixed #21302 -- Fixed unused imports and import *.Tim Graham2013-11-021-1/+0
* Fixed #21266 -- Fixed E201,E202 pep8 warnings.Larry O'Neill2013-10-151-3/+3
* Fixed #17627 -- Renamed util.py files to utils.pyTim Graham2013-09-161-1/+1
* Removed most of absolute_import importsClaude Paroz2013-07-291-1/+1
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-261-0/+141