summaryrefslogtreecommitdiff
path: root/tests/admin_custom_urls
Commit message (Expand)AuthorAgeFilesLines
* Fixed #23995 -- Removed unnecessary calls to self.client.logout() in tests.Diego GuimarĂ£es2014-12-161-6/+0
* Fixed #22909 -- Removed camelCasing in some tests.Tim Graham2014-07-071-4/+4
* Fixed #21977 -- Deprecated SimpleTestCase.urlsAnubhav Joshi2014-04-061-4/+4
* Fixed #22218 -- Deprecated django.conf.urls.patterns.Tim Graham2014-04-032-7/+7
* 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
* PEP8 cleanupJason Myers2013-11-021-0/+2
* Fixed #21302 -- Fixed unused imports and import *.Tim Graham2013-11-021-1/+0
* Fixed #21266 -- Fixed E201,E202 pep8 warnings.Larry O'Neill2013-10-141-3/+3
* Whitespace cleanup.Tim Graham2013-10-102-18/+17
* Fixed #17627 -- Renamed util.py files to utils.pyTim Graham2013-09-161-1/+1
* Removed unneeded imports in tests's __init__.py and unified them.Florian Apolloner2013-09-091-1/+0
* Removed most of absolute_import importsClaude Paroz2013-07-291-1/+1
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-266-0/+294