summaryrefslogtreecommitdiff
path: root/tests/test_client_regress
Commit message (Expand)AuthorAgeFilesLines
* [1.11.x] Refs #27622 -- Fixed a regression in JSON content-type detectionClaude Paroz2017-03-071-1/+6
* [1.11.x] Renamed a test variable to prevent possible conflict with importsClaude Paroz2017-03-071-12/+12
* Fixed #27698 -- Added django.test.utils.ContextList.get()Tim Graham2017-01-061-0/+9
* Fixed #27622 -- Allowed test client to accept vendor tree JSON content types.Anton Samarchyan2016-12-292-1/+9
* Fixed #27516 -- Made test client's response.json() cache the parsed JSON.Adam Chainz2016-11-211-0/+4
* Fixed #27463 -- Fixed E741 flake8 warnings.Ramin Farajpour Cami2016-11-141-2/+2
* Decorated a few functions.Tim Graham2016-11-141-2/+2
* Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.za2016-11-101-22/+18
* Fixed #25187 -- Made request available in authentication backends.Aleksej Manaev2016-09-121-1/+1
* Fixed #27012 -- Removed unnecessary setup_test_environment() in a test.Chris Jerdonek2016-08-041-2/+0
* Replaced use of TestCase.fail() with assertRaises().Tim Graham2016-06-281-17/+4
* Refs #26666 -- Added ALLOWED_HOSTS validation when running tests.Tobias McNulty2016-06-201-1/+9
* Fixed #26747 -- Used more specific assertions in the Django test suite.Jon Dufresne2016-06-161-5/+5
* Fixed E128 flake8 warnings in tests/.Tim Graham2016-04-081-163/+78
* Fixed #26175 -- Removed SHA1 password hashes in tests.Tim Graham2016-02-061-30/+7
* Fixed #26013 -- Moved django.core.urlresolvers to django.urls.Marten Kenbeek2015-12-311-1/+1
* Refs #25969 -- Replaced usage of render_to_response() with render() in tests.Tim Graham2015-12-232-7/+9
* Fixed #25682 -- Removed bare except clauses.Attila Tovt2015-11-171-1/+1
* Fixed #25668 -- Misc spelling errorsVille Skyttä2015-11-031-2/+2
* 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