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
/
django
/
test
/
client.py
Age
Commit message (
Expand
)
Author
2017-03-07
[1.11.x] Refs #27622 -- Fixed a regression in JSON content-type detection
Claude Paroz
2016-12-29
Fixed #27622 -- Allowed test client to accept vendor tree JSON content types.
Anton Samarchyan
2016-12-01
Fixed #27542 -- Made Client.force_login() skip auth backends without get_user().
Anton Samarchyan
2016-11-21
Fixed #27516 -- Made test client's response.json() cache the parsed JSON.
Adam Chainz
2016-11-09
Fixed #27184 -- Allowed uploading TemporaryFile with the test client.
Tom Scrace
2016-09-17
Refs #27025 -- Fixed "invalid escape sequence" warnings in Python 3.6.
Tim Graham
2016-08-25
Replaced property() usage with decorator in several places.
Berker Peksag
2016-08-06
Fixed #27027 -- Restored Client.force_login() defaulting to the first auth ba...
Ben Demboski
2016-05-17
Fixed #26601 -- Improved middleware per DEP 0005.
Florian Apolloner
2016-05-03
Fixed #26567 -- Updated references to obsolete RFC2616.
Vasiliy Faronov
2016-04-29
Refs #26428 -- Added support for relative path redirects to the test client.
Tim Graham
2016-04-25
Fixed #26052 -- Moved conditional_content_removal() processing to the test cl...
Tim Graham
2016-04-04
Fixed #25699 -- Allowed using the test client if 'django.contrib.sessions' is...
Sergey Kolosov
2016-03-23
Fixed #24987 -- Allowed inactive users to login with the test client.
Alexander Gaevsky
2016-01-25
Fixed #26125 -- Fixed E731 flake warnings.
userimack
2016-01-07
Fixed #24855 -- Allowed using contrib.auth.login() without credentials.
Paulo Poiati
2016-01-05
Replaced dict.setdefault() usage to avoid unnecessary object instantiations.
Benjamin Bach
2015-12-31
Fixed #26013 -- Moved django.core.urlresolvers to django.urls.
Marten Kenbeek
2015-09-19
Fixed #25424 -- Use force_str for test client URLs.
Travis Jensen
2015-09-12
Fixed #23395 -- Limited line lengths to 119 characters.
Dražen Odobašić
2015-08-11
Fixed #25163 -- Fixed exception handling in nested test client requests.
pscottdevos
2015-07-01
Fixed #20916 -- Added Client.force_login() to bypass authentication.
Jon Dufresne
2015-05-25
Fixed #24773 -- Added a json() method on test client responses.
Andy McKay
2015-05-13
Removed unnecessary arguments in .get method calls
Piotr Jakimiak
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2014-12-08
Fixed #23968 -- Replaced list comprehension with generators and dict comprehe...
Jon Dufresne
2014-12-04
Fixed #23911 -- Added support for buffer file uploads in the test client
Thomas Tanner
2014-11-25
Fixed #23682 -- Enhanced circular redirects detection in tests.
wrwrwr
2014-10-28
Fixed #23606 -- Implemented Client and RequestFactory trace() methods.
Rigel Di Scala
2014-10-21
Fixed #21740 -- Allowed test client data to be an empty string
Claude Paroz
2014-10-16
Fixed #19508 -- Implemented uri_to_iri as per RFC.
Anubhav Joshi
2014-08-29
Fixed #21483 -- Added WSGI environ to kwargs sent to request_started signal.
Joshua "jag" Ginsberg
2014-06-13
Fixed #22771 -- Fixed test.Client.logout when using custom auth backend.
Xavier Fernandez
2014-06-13
Fixed #16087 -- Added ResolverMatch instance to test client response.
Greg Chapple
2014-05-22
Fixed #21357 -- Fixed test client session initialization.
Preston Timmons
2014-04-28
Revert "Fixed #15179 -- middlewares not applied for test client login()"
Tim Graham
2014-02-13
Fixed a typo (I guess).
Florian Apolloner
2014-01-21
Refs #21831 -- Softened the TestClient dependency on contrib.auth.
Russell Keith-Magee
2014-01-16
Fixed #21740 -- Stopped using mutable default arguments in test client
Claude Paroz
2014-01-09
Fixed #12571 -- Attached originating WSGIRequest to test client responses.
Unai Zalakain
2014-01-06
Fixed #21718 -- Renamed has_app to is_installed.
Aymeric Augustin
2013-12-24
Renamed AppCache to Apps.
Aymeric Augustin
2013-12-22
Moved apps back in the toplevel django namespace.
Aymeric Augustin
2013-12-22
Stop testing for inclusion in INSTALLED_APPS.
Aymeric Augustin
2013-11-26
Fixed #21448 -- Fixed test client logout with cookie-based sessions
Claude Paroz
2013-11-19
Fixed #15179 -- middlewares not applied for test client login()
Unai Zalakain
2013-11-02
Fixed flake8 E241
Boryslav Larin
2013-11-02
Fixed #21341 -- Eased https requests with the test client
Unai Zalakain
2013-09-22
Removed a few trailing backslashes.
Aymeric Augustin
2013-09-07
Oops :(
Aymeric Augustin
[next]