Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/test_client/urls.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #25163 -- Fixed exception handling in nested test c...pscottdevos2015-08-111-0/+1
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-1/+0
* Changed RedirectView.permanent to False per deprecation t...Tim Graham2015-01-181-2/+2
* Corrected deprecation warnings for RedirectView; refs #21...Berker Peksag2014-11-281-3/+3
* Fixed #23606 -- Implemented Client and RequestFactory tra...Rigel Di Scala2014-10-281-0/+1
* Fixed #23276 -- Deprecated passing views as strings to ur...Tim Graham2014-08-121-2/+3
* Fixed #16087 -- Added ResolverMatch instance to test clie...Greg Chapple2014-06-131-1/+1
* Fixed #22218 -- Deprecated django.conf.urls.patterns.Tim Graham2014-04-031-31/+31
* Fixed #21774 -- Isolate all test urls from eachother.Marc Tamlyn2014-01-141-4/+7
* Fixed #20919 -- Extended assertRedirects to be able to av...Juan Catalano2013-09-101-1/+2
* Removed most of absolute_import importsClaude Paroz2013-07-291-2/+0
* Fixed #11603 - Added django.test.SimpleTestCase.assertFor...Tim Graham2013-05-271-0/+1
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-261-0/+34