summaryrefslogtreecommitdiff
path: root/tests/admin_custom_urls
AgeCommit message (Expand)Author
2015-02-09[1.8.x] Sorted imports with isort; refs #23860.Tim Graham
2015-02-08[1.8.x] Replaced hardcoded URLs in admin_* testsClaude Paroz
2015-01-20[1.8.x] Fixed typos in code comments.Adam Taylor
2015-01-10Fixed #13165 -- Added edit and delete links to admin foreign key widgets.Simon Charette
2014-12-16Fixed #23995 -- Removed unnecessary calls to self.client.logout() in tests.Diego GuimarĂ£es
2014-07-07Fixed #22909 -- Removed camelCasing in some tests.Tim Graham
2014-04-06Fixed #21977 -- Deprecated SimpleTestCase.urlsAnubhav Joshi
2014-04-03Fixed #22218 -- Deprecated django.conf.urls.patterns.Tim Graham
2014-01-14Fixed #21774 -- Isolate all test urls from eachother.Marc Tamlyn
2013-12-23Imported override_settings from its new location.Aymeric Augustin
2013-11-02PEP8 cleanupJason Myers
2013-11-02Fixed #21302 -- Fixed unused imports and import *.Tim Graham
2013-10-14Fixed #21266 -- Fixed E201,E202 pep8 warnings.Larry O'Neill
2013-10-10Whitespace cleanup.Tim Graham
2013-09-16Fixed #17627 -- Renamed util.py files to utils.pyTim Graham
2013-09-09Removed unneeded imports in tests's __init__.py and unified them.Florian Apolloner
2013-07-29Removed most of absolute_import importsClaude Paroz
2013-02-26Merged regressiontests and modeltests into the test root.Florian Apolloner