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