summaryrefslogtreecommitdiff
path: root/tests/test_client_regress
AgeCommit message (Expand)Author
2020-09-14Fixed #31789 -- Added a new headers interface to HttpResponse.Tom Carrick
2020-05-11Refs #30116 -- Simplified regex match group access with Match.__getitem__().Jon Dufresne
2020-02-07Used assertRaisesMessage() in various tests.Hasan Ramezani
2019-10-18Fixed #28337 -- Preserved extra headers of requests made with django.test.Cli...Patrick Jenkins
2019-06-07Fixed #30550 -- Fixed decoding of non-UTF-8 bytes objects in response.json().Jon Dufresne
2019-04-24Removed unnecessary assignments in various code.Jon Dufresne
2019-02-09Removed default empty content argument from HttpResponse calls.Jon Dufresne
2018-12-31Updated test URL patterns to use path() and re_path().Tim Graham
2018-08-15Fixed #29662 -- Allowed test client to accept structured suffix JSON content ...Marnanel Thurman
2018-07-21Fixed #29576 -- Corrected the test client's HTTP_COOKIE header.Thng Kai Yuan
2018-06-27Fixed #29520 -- Fixed test client crash when posting bytes.Tim Graham
2018-03-31Fixed #29275 -- Made assertFormError() output "(actual errors: none)" instead...Chris Lamb
2017-03-09Decoupled test client encoding tests from JSON handlingClaude Paroz
2017-03-07Refs #27622 -- Fixed a regression in JSON content-type detectionClaude Paroz
2017-03-07Renamed a test variable to prevent possible conflict with importsClaude Paroz
2017-02-09Refs #23919 -- Removed default 'utf-8' argument for str.encode()/decode().Tim Graham
2017-02-07Converted usage of ugettext* functions to their gettext* aliasesClaude Paroz
2017-02-03Fixed spelling of "nonexistent".Tim Graham
2017-01-26Refs #23919, #27778 -- Removed obsolete mentions of unicode.Vytis Banaitis
2017-01-25Refs #23919 -- Replaced super(ClassName, self) with super().chillaranand
2017-01-20Refs #23919 -- Removed str_prefix usageClaude Paroz
2017-01-20Refs #23919 -- Removed django.utils._os.upath()/npath()/abspathu() usage.Tim Graham
2017-01-19Refs #23919 -- Stopped inheriting from object to define new style classes.Simon Charette
2017-01-18Refs #23919 -- Removed most of remaining six usageClaude Paroz
2017-01-18Refs #23919 -- Removed encoding preambles and future importsClaude Paroz
2017-01-17Refs #23960 -- Removed the host parameter for SimpleTestCase.assertRedirects().Tim Graham
2017-01-06Fixed #27698 -- Added django.test.utils.ContextList.get()Tim Graham
2016-12-29Fixed #27622 -- Allowed test client to accept vendor tree JSON content types.Anton Samarchyan
2016-11-21Fixed #27516 -- Made test client's response.json() cache the parsed JSON.Adam Chainz
2016-11-14Fixed #27463 -- Fixed E741 flake8 warnings.Ramin Farajpour Cami
2016-11-14Decorated a few functions.Tim Graham
2016-11-10Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.za
2016-09-12Fixed #25187 -- Made request available in authentication backends.Aleksej Manaev
2016-08-04Fixed #27012 -- Removed unnecessary setup_test_environment() in a test.Chris Jerdonek
2016-06-28Replaced use of TestCase.fail() with assertRaises().Tim Graham
2016-06-20Refs #26666 -- Added ALLOWED_HOSTS validation when running tests.Tobias McNulty
2016-06-16Fixed #26747 -- Used more specific assertions in the Django test suite.Jon Dufresne
2016-04-08Fixed E128 flake8 warnings in tests/.Tim Graham
2016-02-06Fixed #26175 -- Removed SHA1 password hashes in tests.Tim Graham
2015-12-31Fixed #26013 -- Moved django.core.urlresolvers to django.urls.Marten Kenbeek
2015-12-23Refs #25969 -- Replaced usage of render_to_response() with render() in tests.Tim Graham
2015-11-17Fixed #25682 -- Removed bare except clauses.Attila Tovt
2015-11-03Fixed #25668 -- Misc spelling errorsVille Skyttä
2015-09-23Removed dictionary and context_instance parameters for render functions.Tim Graham
2015-09-12Fixed #23395 -- Limited line lengths to 119 characters.Dražen Odobašić
2015-07-31Fixed #24720 -- Avoided resolving URLs that don't end in a slash twice in Com...Jay Cox
2015-06-24Renamed RemovedInDjangoXYWarnings for new roadmap.Tim Graham
2015-05-25Fixed #24773 -- Added a json() method on test client responses.Andy McKay
2015-05-20Refs #24652 -- Used SimpleTestCase where appropriate.Simon Charette
2015-03-18Fixed #23960 -- Removed http.fix_location_headerClaude Paroz