index
:
django.git
fix-31295
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
2025-12-03
Fixed #36280 -- Replaced exception checks with assertRaisesMessage().
Skyiesac
2025-07-23
Refs #36500 -- Corrected rewrapped long lines fixed via a script.
Mike Edmunds
2025-07-23
Refs #36500 -- Rewrapped long docstrings and block comments via a script.
django-bot
2025-07-23
Removed double spaces after periods and within phrases.
Sarah Boyce
2025-07-17
Refs #4476 -- Added tests for assertRedirects() when following redirect chains.
Clifford Gama
2025-07-17
Split monolithic AssertContainsTests.test_contains() into focused tests.
Clifford Gama
2024-11-11
Fixed a typo in some tests.
yatami38
2024-01-26
Applied Black's 2024 stable style.
Mariusz Felisiak
2023-11-23
Fixed #14611 -- Added query_params argument to RequestFactory and Client clas...
Tom Carrick
2023-10-03
Fixed #34657 -- Made assert(Not)Contains/assertInHTML display haystacks in er...
Chinmoy Chakraborty
2023-01-13
Fixed #34240 -- Preserved headers of requests made with django.test.Client in...
Mariusz Felisiak
2023-01-04
Refs #34074 -- Used headers argument for RequestFactory and Client in docs an...
David Wobrock
2022-04-05
Moved remaining SimpleTestCase.assertFormError()/assertFormsetErrors() tests ...
Mariusz Felisiak
2022-02-15
Refs #33348 -- Improved messages raised by SimpleTestCase.assertFormError()/a...
Baptiste Mispelon
2022-02-07
Refs #33476 -- Refactored code to strictly match 88 characters line length.
Mariusz Felisiak
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2021-12-21
Used assertRaisesMessage() in test_client_regress.AssertFormErrorTests.
Baptiste Mispelon
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
[next]