Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/test_client_regress/views.py
Commit message (Expand)AuthorAgeFilesLines
* Removed dictionary and context_instance parameters for re...Tim Graham2015-09-241-3/+2
* Fixed #24720 -- Avoided resolving URLs that don't end in ...Jay Cox2015-07-311-1/+1
* Fixed #24773 -- Added a json() method on test client resp...Andy McKay2015-05-251-1/+5
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-1/+1
* Removed request.REQUEST per deprecation timeline; refs #1...Tim Graham2015-01-171-6/+0
* Applied ignore_warnings to Django testsClaude Paroz2014-12-301-6/+2
* Fixed #23682 -- Enhanced circular redirects detection in ...wrwrwr2014-11-251-0/+7
* Fixed #22369 -- Added count parameter to assertTemplateUsedJacob R. Rothenbuhler2014-04-141-0/+7
* Fixed #21774 -- Isolate all test urls from eachother.Marc Tamlyn2014-01-141-2/+2
* Fixing E302 ErrorsJason Myers2013-11-031-0/+18
* Fix all violators of E231Alex Gaynor2013-10-261-1/+1
* Removed unused local variables in tests.Tim Graham2013-10-191-1/+1
* Fixed #18659 -- Deprecated request.REQUEST and MergeDictBouke Haarsma2013-10-171-6/+14
* Fixed #18356 -- Gave the test client signals.template_ren...Bojan Mihelac2013-08-091-1/+12
* Fixed #19866 -- Added security logger and return 400 for ...Preston Holmes2013-05-261-2/+5
* Fixed #20237 -- Reenabled assertContains with binary para...Claude Paroz2013-04-111-0/+5
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-261-0/+108