summaryrefslogtreecommitdiff
path: root/tests/test_client_regress/views.py
AgeCommit message (Expand)Author
2015-02-09[1.8.x] Sorted imports with isort; refs #23860.Tim Graham
2014-12-30Applied ignore_warnings to Django testsClaude Paroz
2014-11-25Fixed #23682 -- Enhanced circular redirects detection in tests.wrwrwr
2014-04-14Fixed #22369 -- Added count parameter to assertTemplateUsedJacob R. Rothenbuhler
2014-01-14Fixed #21774 -- Isolate all test urls from eachother.Marc Tamlyn
2013-11-02Fixing E302 ErrorsJason Myers
2013-10-26Fix all violators of E231Alex Gaynor
2013-10-19Removed unused local variables in tests.Tim Graham
2013-10-17Fixed #18659 -- Deprecated request.REQUEST and MergeDictBouke Haarsma
2013-08-09Fixed #18356 -- Gave the test client signals.template_rendered call a unique ...Bojan Mihelac
2013-05-25Fixed #19866 -- Added security logger and return 400 for SuspiciousOperation.Preston Holmes
2013-04-11Fixed #20237 -- Reenabled assertContains with binary parameterClaude Paroz
2013-02-26Merged regressiontests and modeltests into the test root.Florian Apolloner