Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/test_client/urls.py
Commit message (Collapse)AuthorAgeFilesLines
* Fixed #25163 -- Fixed exception handling in nested test ↵pscottdevos2015-08-111-0/+1
| | | | client requests.
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-1/+0
|
* Changed RedirectView.permanent to False per deprecation ↵Tim Graham2015-01-181-2/+2
| | | | timeline; refs #21587.
* Corrected deprecation warnings for RedirectView; refs ↵Berker Peksag2014-11-281-3/+3
| | | | #21587.
* Fixed #23606 -- Implemented Client and RequestFactory ↵Rigel Di Scala2014-10-281-0/+1
| | | | | | trace() methods. Thanks KevinEtienne for the suggestion.
* Fixed #23276 -- Deprecated passing views as strings to ↵Tim Graham2014-08-121-2/+3
| | | | url().
* Fixed #16087 -- Added ResolverMatch instance to test ↵Greg Chapple2014-06-131-1/+1
| | | | | | client response. Thanks mrmachine for the suggestion.
* Fixed #22218 -- Deprecated django.conf.urls.patterns.Tim Graham2014-04-031-31/+31
| | | | Thanks Carl Meyer for the suggestion and Alex Gaynor and Carl for reviews.
* Fixed #21774 -- Isolate all test urls from eachother.Marc Tamlyn2014-01-141-4/+7
| | | | | | | | | | | | | This (nearly) completes the work to isolate all the test modules from each other. This is now more important as importing models from another module will case PendingDeprecationWarnings if those modules are not in INSTALLED_APPS. The only remaining obvious dependencies are: - d.c.auth depends on d.c.admin (because of the is_admin flag to some views), but this is not so important and d.c.admin is in always_installed_apps - test_client_regress depends on test_client. Eventually these should become a single module, as the split serves no useful purpose.
* Fixed #20919 -- Extended assertRedirects to be able to ↵Juan Catalano2013-09-101-1/+2
| | | | | | avoid fetching redirect's response. Thanks mjtamlyn for the suggestion.
* Removed most of absolute_import importsClaude Paroz2013-07-291-2/+0
| | | | | Should be unneeded with Python 2.7 and up. Added some unicode_literals along the way.
* Fixed #11603 - Added ↵Tim Graham2013-05-271-0/+1
| | | | | | django.test.SimpleTestCase.assertFormsetError Thank-you Martin Green for the patch.
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-261-0/+34