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
2012-08-13
[py3] Fixed content encoding in test client
Claude Paroz
2012-08-11
[py3] Fixed reraising of exceptions
Claude Paroz
2012-08-07
[py3] Applied minor fixes so the test suite starts
Aymeric Augustin
2012-08-07
[py3] Ported django.utils.encoding.
Aymeric Augustin
2012-07-22
[py3] Updated urllib/urllib2/urlparse imports.
Aymeric Augustin
2012-07-22
[py3] Replaced basestring by six.string_types.
Aymeric Augustin
2012-07-22
[py3] Used six.reraise wherever necessary.
Aymeric Augustin
2012-06-07
Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.
Claude Paroz
2012-05-25
Fixed #17371 -- Made the test client more flexible
Aymeric Augustin
2012-05-05
Replaced cStringIO.StringIO by io.BytesIO.
Claude Paroz
2012-04-29
Fixed #18013 -- Use the new 'as' syntax for exceptions.
Claude Paroz
2012-03-31
Removed deprecated attribute Response.template in the test client. Refs #12226.
Aymeric Augustin
2012-03-15
Reverted r16386 because it replaced a brittle method with another not less
Ramiro Morales
2011-11-27
Fixed #16040 -- Preserved scheme, host and port in the test client when follo...
Aymeric Augustin
2011-10-18
Fixed #17067 -- reverted some backwards-incompatible changes from r16933 and ...
Aymeric Augustin
2011-10-06
Fixed #16705 - Made the test client adhere to the WSGI spec -- in particular,...
Aymeric Augustin
2011-08-23
Fixed #10571 -- Factored out the payload encoding code to make sure it is use...
Russell Keith-Magee
2011-07-13
Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for t...
Jannis Leidel
2011-06-12
Fixed #7836 -- Modified strategy used by the test client to check for session...
Ramiro Morales
2011-04-02
Advanced deprecations in django.test.
Russell Keith-Magee
2011-03-28
Removed a bunch more Python 2.4 workarounds now that we don't support that ve...
Adrian Holovaty
2011-02-21
Fix broken tests due to changes in r15591 by updating the test store_rendered...
Chris Beaven
2011-01-21
Fixed #14753 -- Fixed the test client to not raise an AssertionError when req...
Ramiro Morales
2010-12-22
Fixed #14939: Don't strip ;-parameters from URLs in the test client.
Andrew Godwin
2010-11-11
Made the deprecation warning for reponse.template more useful by pointing to ...
Luke Plant
2010-10-30
Fixed #14588 -- Corrected r14393 to ensure that response middlewares are are ...
Russell Keith-Magee
2010-10-18
Fixed an naming problem with r14258. Thanks to Alex for the report.
Russell Keith-Magee
2010-10-18
Fixed #14487 -- Prevented unittest from leaking into scope via a 'from django...
Russell Keith-Magee
2010-10-12
Fixed #9002 -- Added a RequestFactory. This allows you to create request inst...
Russell Keith-Magee
2010-10-10
Fixed #12226 -- Deprecated test client Response.template attribute in favor o...
Carl Meyer
2010-08-27
Fixed #14116 -- Added a flag to enable CSRF checks in the test client. Thanks...
Russell Keith-Magee
2010-08-21
Fixed #13140 -- Ensure that request headers are preserved through redirect ch...
Russell Keith-Magee
2010-08-06
Fixed #11159 -- Added mimetype detection to the test client for file uploads....
Russell Keith-Magee
2010-04-13
Fixed #13332 -- Corrected the cleanup code in the test client to avoid a refc...
Russell Keith-Magee
2010-03-19
Fixed #13152 -- Ensure the test client saves the session before writing the s...
Russell Keith-Magee
2010-02-13
Fixed #12011 -- Modified the test client to preserve the request scheme on a ...
Russell Keith-Magee
2010-01-28
Fixed #12720 -- Corrected handling of cookies in the TestClient. Thanks to Ja...
Russell Keith-Magee
2009-10-26
Fixed #9977 - CsrfMiddleware gets template tag added, session dependency remo...
Luke Plant
2009-10-26
Fixed #11371: Made `django.test.Client.put()` work for non-form-data PUT (i.e...
Jacob Kaplan-Moss
2009-04-11
Fixed #10571 -- Ensured that unicode POST data is correctly encoded by the te...
Russell Keith-Magee
2009-03-30
Fixed #9978 -- Fixed a KeyError exception that was being raised when using th...
Gary Wilson Jr
2009-03-18
Fixed #8193: all dynamic imports in Django are now done correctly. I know thi...
Jacob Kaplan-Moss
2009-03-18
Fixed #10482 -- Unified access to response.context when inspecting responses ...
Russell Keith-Magee
2009-02-27
Fixed #4476 -- Added a ``follow`` option to the test client request methods. ...
Russell Keith-Magee
2009-02-21
Fixed #8551 -- Added REMOTE_ADDR to the default Test Client environment. Than...
Russell Keith-Magee
2009-01-16
Fixed #8138 -- Changed django.test.TestCase to rollback tests (when the datab...
Karen Tracey
2008-11-16
Fixed #9585 -- Corrected code committed in [9398] that wasn't compatible with...
Russell Keith-Magee
2008-11-12
Fixed #9351 -- Modified the test client to pass on URL encoded parameters to ...
Russell Keith-Magee
2008-11-12
Fixed #9369 -- Added QUERY_STRING info for PUT and DELETE requests in the tes...
Russell Keith-Magee
2008-11-12
Fixed #8646 -- Modified test client to set a fully WSGI compliant environment...
Russell Keith-Magee
[prev]
[next]