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