Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/test_client_regress/tests.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #25668 -- Misc spelling errorsVille Skyttä2015-11-031-2/+2
* Removed dictionary and context_instance parameters for re...Tim Graham2015-09-241-4/+1
* Fixed #23395 -- Limited line lengths to 119 characters.Dražen Odobašić2015-09-121-9/+49
* Renamed RemovedInDjangoXYWarnings for new roadmap.Tim Graham2015-06-241-4/+4
* Fixed #24773 -- Added a json() method on test client resp...Andy McKay2015-05-251-0/+10
* 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-051-12/+31
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-8/+8
* Fixed #24149 -- Normalized tuple settings to lists.darkryder2015-02-031-6/+6
* Removed an unused import and a flake8 exclude that caused...Tim Graham2015-01-191-1/+1
* Changed RedirectView.permanent to False per deprecation t...Tim Graham2015-01-181-19/+19
* Removed request.REQUEST per deprecation timeline; refs #1...Tim Graham2015-01-171-15/+0
* Accounted for multiple template engines in template respo...Aymeric Augustin2015-01-121-3/+5
* Applied ignore_warnings to Django testsClaude Paroz2014-12-301-19/+21
* 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_...Aymeric Augustin2014-12-281-8/+12
* Fixed #23682 -- Enhanced circular redirects detection in ...wrwrwr2014-11-251-3/+12
* Simplified caching of template context processors.Aymeric Augustin2014-11-191-5/+3
* Refactored getting the list of template loaders.Aymeric Augustin2014-11-161-10/+3
* Fixed #23620 -- Used more specific assertions in the Djan...Berker Peksag2014-11-031-2/+2
* Fixed #21740 -- Allowed test client data to be an empty s...Claude Paroz2014-10-211-0/+10
* Fixed flake8 warnings.Tim Graham2014-09-291-1/+1
* Replaced set([foo, ...]) by {foo, ...} literals. Refs PR ...Thomas Chaumeny2014-09-281-2/+2
* Fixed #22771 -- Fixed test.Client.logout when using custo...Xavier Fernandez2014-06-131-0/+19
* Fixed #21357 -- Fixed test client session initialization.Preston Timmons2014-05-231-0/+8
* Revert "Fixed #15179 -- middlewares not applied for test ...Tim Graham2014-04-291-44/+0
* Fixed #22369 -- Added count parameter to assertTemplateUsedJacob R. Rothenbuhler2014-04-141-0/+34
* Fixed #21977 -- Deprecated SimpleTestCase.urlsAnubhav Joshi2014-04-061-28/+28
* Fixed #21774 -- Isolate all test urls from eachother.Marc Tamlyn2014-01-141-117/+150
* Imported override_settings from its new location.Aymeric Augustin2013-12-231-2/+2
* Fixed #15179 -- middlewares not applied for test client l...Unai Zalakain2013-11-191-0/+44
* Fixed #13725 -- take url scheme into account in assertRed...Unai Zalakain2013-11-071-0/+19
* Fixed all E261 warningscoagulant2013-11-031-3/+3
* Fixing E302 ErrorsJason Myers2013-11-031-6/+22
* Fix all violators of E231Alex Gaynor2013-10-261-21/+21
* 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-191-2/+2
* Fixed #18356 -- Gave the test client signals.template_ren...Bojan Mihelac2013-08-091-0/+8
* Fixed #18924 -- Made test.Client.logout send user_logged_...Tim Graham2013-06-041-0/+73
* Fixed #20404 -- Added a keys() method to ContextList.Chris Wilson2013-05-311-2/+16
* Fixed #11603 - Added django.test.SimpleTestCase.assertFor...Tim Graham2013-05-271-0/+191
* Fixed #19866 -- Added security logger and return 400 for ...Preston Holmes2013-05-261-3/+3
* Fixed #20237 (again) Allowed binary parameter to assertCo...Claude Paroz2013-04-121-3/+8
* Fixed #20237 -- Reenabled assertContains with binary para...Claude Paroz2013-04-111-0/+7
* Renamed some tests and removed references to modeltests/r...Florian Apolloner2013-02-261-2/+2
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-261-0/+1024