Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/test_client_regress/urls.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #24773 -- Added a json() method on test client resp...Andy McKay2015-05-251-0/+1
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-2/+1
* Changed RedirectView.permanent to False per deprecation t...Tim Graham2015-01-181-12/+12
* Corrected deprecation warnings for RedirectView; refs #21...Berker Peksag2014-11-281-12/+12
* Fixed #23682 -- Enhanced circular redirects detection in ...wrwrwr2014-11-251-0/+1
* Fixed #22369 -- Added count parameter to assertTemplateUsedJacob R. Rothenbuhler2014-04-141-0/+1
* Fixed #22218 -- Deprecated django.conf.urls.patterns.Tim Graham2014-04-031-32/+32
* Fixed #21774 -- Isolate all test urls from eachother.Marc Tamlyn2014-01-141-12/+14
* Fix all violators of E231Alex Gaynor2013-10-261-1/+1
* Fixed #18356 -- Gave the test client signals.template_ren...Bojan Mihelac2013-08-091-0/+1
* Removed most of absolute_import importsClaude Paroz2013-07-291-2/+0
* Fixed #20237 -- Reenabled assertContains with binary para...Claude Paroz2013-04-111-0/+1
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-261-0/+38