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
/
regressiontests
/
test_client_regress
Age
Commit message (
Expand
)
Author
2013-02-26
Merged regressiontests and modeltests into the test root.
Florian Apolloner
2013-02-02
Fixed Python 3.2 compatibility for a test.
Julien Phalip
2013-02-02
Fixed #17797 -- Enabled support for PATCH requests in the dummy test client. ...
Julien Phalip
2012-12-08
Fixed #19357 -- Allow non-ASCII chars in filesystem paths
Claude Paroz
2012-09-30
Fixed #18807 -- Made 404.html and 500.html optional
Claude Paroz
2012-09-26
Fixed #17899 -- Rewrote [Ee]-mail to [Ee]mail
Adrien Lemaire
2012-09-18
Fixed #18980 -- Fixed assertContains regression when passed an object
Jeremy Dunck
2012-08-15
[py3] Fixed test_client_regress tests
Claude Paroz
2012-06-30
Removed usage of mimetype kwarg of HttpResponse
Claude Paroz
2012-06-07
Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.
Claude Paroz
2012-06-02
Fixed override_settings usage in test_client_regress
Claude Paroz
2012-05-31
Cleaned up test_client_regress tests
Claude Paroz
2012-05-31
Moved test_client_regress tests from models.py to tests.py
Claude Paroz
2012-05-25
Fixed #17371 -- Made the test client more flexible
Aymeric Augustin
2012-05-19
Marked bytestrings with b prefix. Refs #18269
Claude Paroz
2012-05-03
Used catch_warnings instead of save/restore methods. Refs #17049.
Claude Paroz
2012-05-03
Replaced deprecated TestCase methods. Refs #17049.
Claude Paroz
2012-04-30
Ensured tests pass using custom PASSWORD_HASHERS.
Anssi Kääriäinen
2012-04-29
Fixed #18013 -- Use the new 'as' syntax for exceptions.
Claude Paroz
2012-04-29
Fixed #18023 -- Removed bundled simplejson.
Aymeric Augustin
2012-03-31
Removed deprecated tests missed in r17839.
Aymeric Augustin
2012-03-15
Reverted r16386 because it replaced a brittle method with another not less
Ramiro Morales
2011-12-17
Fixed various dodgy behaviours
Adrian Holovaty
2011-12-16
Fixed #17323 -- Renamed HttpRequest.raw_post_data to request.body. Thanks for...
Adrian Holovaty
2011-11-27
Fixed #16040 -- Preserved scheme, host and port in the test client when follo...
Aymeric Augustin
2011-11-27
Fixed #11555 -- Made SessionBase.session_key read-only. Cleaned up code sligh...
Aymeric Augustin
2011-10-22
Fixed #15826 -- Made `assertContains` and `assertNotContains` work with `Simp...
Julien Phalip
2011-10-18
Fixed #17067 -- reverted some backwards-incompatible changes from r16933 and ...
Aymeric Augustin
2011-10-13
Convert the remainder of the relative imports in the tests to be absolute imp...
Alex Gaynor
2011-09-11
Fixed #14675 -- Completed removal of `from django.conf.urls.default import *`...
Ramiro Morales
2011-08-23
Fixed #10571 -- Factored out the payload encoding code to make sure it is use...
Russell Keith-Magee
2011-06-28
Fixed #15785 -- Stopped HttpRequest.read() from reading beyond the end of a w...
Jannis Leidel
2011-06-12
Fixed incompatibility (usage of class decorator) with Python 2.5 introduced i...
Ramiro Morales
2011-06-12
Fixed #7836 -- Modified strategy used by the test client to check for session...
Ramiro Morales
2011-05-30
Fixed #15929 - test.client.RequestFactory keeps state/AuthMiddleware does mon...
Luke Plant
2011-04-02
Corrected warning filter in test_client_regress
Russell Keith-Magee
2011-04-02
Updated to test_client_regress to use RedirectView instead of deprecated redi...
Russell Keith-Magee
2011-03-03
Updated test assertions that have been deprecated by the move to unittest2. I...
Russell Keith-Magee
2011-02-27
Fixed #15368 - test failures due to regression with RequestContext
Luke Plant
2011-01-21
Fixed #14753 -- Fixed the test client to not raise an AssertionError when req...
Ramiro Morales
2011-01-19
Fixed a regression in the test suite from [15236].
Alex Gaynor
2011-01-17
Fixed #14468 -- Extended the list of content types that the test client could...
Jannis Leidel
2010-12-04
Removed all usages of deprecated TestCase methods (self.fail*). This removed...
Alex Gaynor
2010-10-11
Fixed #12991 -- Added unittest2 support. Thanks to PaulM for the draft patch,...
Russell Keith-Magee
2010-10-10
Fixed #12226 -- Deprecated test client Response.template attribute in favor o...
Carl Meyer
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-08-06
Fixed #13615 -- Clarified test assertion text to avoid confusion when respons...
Russell Keith-Magee
2010-08-06
Fixed #13092 -- Added support for the "in" operator when dealing with context...
Russell Keith-Magee
2010-03-19
Fixed #13152 -- Ensure the test client saves the session before writing the s...
Russell Keith-Magee
[next]