summaryrefslogtreecommitdiff
path: root/tests/test_client_regress
Commit message (Expand)AuthorAgeFilesLines
* Applied ignore_warnings to Django testsClaude Paroz2014-12-302-25/+23
* Deprecated TEMPLATE_CONTEXT_PROCESSORS.Aymeric Augustin2014-12-281-3/+9
* Deprecated TEMPLATE_DIRS.Aymeric Augustin2014-12-281-7/+5
* Deprecated some arguments of django.shortcuts.render(_to_response).Aymeric Augustin2014-12-281-8/+12
* Corrected deprecation warnings for RedirectView; refs #21587.Berker Peksag2014-11-281-12/+12
* Fixed #23682 -- Enhanced circular redirects detection in tests.wrwrwr2014-11-253-3/+20
* Simplified caching of template context processors.Aymeric Augustin2014-11-192-5/+5
* Refactored getting the list of template loaders.Aymeric Augustin2014-11-161-10/+3
* Fixed #23620 -- Used more specific assertions in the Django test suite.Berker Peksag2014-11-031-2/+2
* Fixed #21740 -- Allowed test client data to be an empty stringClaude Paroz2014-10-211-0/+10
* Fixed flake8 warnings.Tim Graham2014-09-291-1/+1
* Replaced set([foo, ...]) by {foo, ...} literals. Refs PR 3282.Thomas Chaumeny2014-09-291-2/+2
* Fixed #22771 -- Fixed test.Client.logout when using custom auth backend.Xavier Fernandez2014-06-132-0/+39
* Fixed #21357 -- Fixed test client session initialization.Preston Timmons2014-05-221-0/+8
* Revert "Fixed #15179 -- middlewares not applied for test client login()"Tim Graham2014-04-281-44/+0
* Fixed #22369 -- Added count parameter to assertTemplateUsedJacob R. Rothenbuhler2014-04-143-0/+42
* Fixed #21977 -- Deprecated SimpleTestCase.urlsAnubhav Joshi2014-04-061-28/+28
* Fixed #22218 -- Deprecated django.conf.urls.patterns.Tim Graham2014-04-031-32/+32
* Fixed #21774 -- Isolate all test urls from eachother.Marc Tamlyn2014-01-143-131/+166
* Imported override_settings from its new location.Aymeric Augustin2013-12-231-2/+2
* Fixed #15179 -- middlewares not applied for test client login()Unai Zalakain2013-11-191-0/+44
* Fixed #13725 -- take url scheme into account in assertRedirectsUnai Zalakain2013-11-071-0/+19
* Fixed all E261 warningscoagulant2013-11-021-3/+3
* Fixing E302 ErrorsJason Myers2013-11-023-6/+41
* Fix all violators of E231Alex Gaynor2013-10-263-23/+23
* Fixed #21298 -- Fixed E301 pep8 warningsAlasdair Nicol2013-10-231-0/+2
* Fixed #21288 -- Fixed E126 pep8 warningsAlasdair Nicol2013-10-211-4/+4
* Removed unused local variables in tests.Tim Graham2013-10-192-3/+3
* Fixed #18659 -- Deprecated request.REQUEST and MergeDictBouke Haarsma2013-10-171-6/+14
* Whitespace cleanup.Tim Graham2013-10-101-39/+39
* Fixed #18356 -- Gave the test client signals.template_rendered call a unique ...Bojan Mihelac2013-08-093-1/+21
* Removed most of absolute_import importsClaude Paroz2013-07-291-2/+0
* Fixed #18924 -- Made test.Client.logout send user_logged_out signal.Tim Graham2013-06-042-0/+85
* Fixed #20404 -- Added a keys() method to ContextList.Chris Wilson2013-06-011-2/+16
* Fixed #11603 - Added django.test.SimpleTestCase.assertFormsetErrorTim Graham2013-05-271-0/+191
* Fixed #19866 -- Added security logger and return 400 for SuspiciousOperation.Preston Holmes2013-05-252-5/+8
* Fixed #20237 (again) Allowed binary parameter to assertContainsClaude Paroz2013-04-121-3/+8
* Fixed #20237 -- Reenabled assertContains with binary parameterClaude Paroz2013-04-113-0/+13
* Renamed some tests and removed references to modeltests/regressiontests.Florian Apolloner2013-02-261-2/+2
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-2610-0/+1265