summaryrefslogtreecommitdiff
path: root/tests/test_client_regress
Commit message (Expand)AuthorAgeFilesLines
...
* Removed dictionary and context_instance parameters for render functions.Tim Graham2015-09-232-7/+3
* Fixed #23395 -- Limited line lengths to 119 characters.Dražen Odobašić2015-09-121-9/+49
* Fixed #24720 -- Avoided resolving URLs that don't end in a slash twice in Com...Jay Cox2015-07-311-1/+1
* Renamed RemovedInDjangoXYWarnings for new roadmap.Tim Graham2015-06-241-4/+4
* Fixed #24773 -- Added a json() method on test client responses.Andy McKay2015-05-253-1/+16
* Refs #24652 -- Used SimpleTestCase where appropriate.Simon Charette2015-05-201-18/+20
* Fixed #23960 -- Removed http.fix_location_headerClaude Paroz2015-03-181-14/+19
* Converted test fixtures to setUpTestData methodsJosh Smeaton2015-03-052-68/+31
* Sorted imports with isort; refs #23860.Tim Graham2015-02-064-12/+11
* Fixed #24149 -- Normalized tuple settings to lists.darkryder2015-02-031-6/+6
* Removed an unused import and a flake8 exclude that caused it to be missed.Tim Graham2015-01-181-1/+1
* Changed RedirectView.permanent to False per deprecation timeline; refs #21587.Tim Graham2015-01-182-31/+31
* Removed request.REQUEST per deprecation timeline; refs #18659.Tim Graham2015-01-172-21/+0
* Accounted for multiple template engines in template responses.Aymeric Augustin2015-01-121-3/+5
* 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