summaryrefslogtreecommitdiff
path: root/tests/modeltests/test_client
AgeCommit message (Expand)Author
2013-02-26Merged regressiontests and modeltests into the test root.Florian Apolloner
2012-09-26Fixed #17899 -- Rewrote [Ee]-mail to [Ee]mailAdrien Lemaire
2012-08-14[py3] Compared response.content with bytes.Aymeric Augustin
2012-07-22[py3] Updated urllib/urllib2/urlparse imports.Aymeric Augustin
2012-06-07Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.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-14Converted more test assertions to assert[Not]Contains.Claude Paroz
2011-12-16Fixed #17323 -- Renamed HttpRequest.raw_post_data to request.body. Thanks for...Adrian Holovaty
2011-10-13Convert all modeltests to use absolute imports, rather than relative ones.Alex Gaynor
2011-09-11Fixed #14675 -- Completed removal of `from django.conf.urls.default import *`...Ramiro Morales
2011-08-12Fixed #4617 -- Added `raise_exception` option to `permission_required` decora...Jannis Leidel
2011-04-02More migrations to use RedirectView instead of redirect_toRussell Keith-Magee
2011-03-03Updated test assertions that have been deprecated by the move to unittest2. I...Russell Keith-Magee
2010-12-22Fixed #14939: Don't strip ;-parameters from URLs in the test client.Andrew Godwin
2010-12-04Removed all usages of deprecated TestCase methods (self.fail*). This removed...Alex Gaynor
2010-10-12Fixed #9002 -- Added a RequestFactory. This allows you to create request inst...Russell Keith-Magee
2010-10-12Modified the test_client tests to use the non-deprecated mail API.Russell Keith-Magee
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-10-09Fixed #14378 -- Made the test client class customizable. Thanks to Ned Batche...Russell Keith-Magee
2010-08-27Fixed #14116 -- Added a flag to enable CSRF checks in the test client. Thanks...Russell Keith-Magee
2010-02-13Fixed #12011 -- Modified the test client to preserve the request scheme on a ...Russell Keith-Magee
2010-02-09Fixed #12804 - regression with decorating admin views.Luke Plant
2009-03-30Fixed #9978 -- Fixed a KeyError exception that was being raised when using th...Gary Wilson Jr
2009-02-27Fixed #4476 -- Added a ``follow`` option to the test client request methods. ...Russell Keith-Magee
2008-12-08Added a 'permanent' argument the simple.redirect_to() generic view. It's True...Adrian Holovaty
2008-08-12Fixed a couple typos in the modeltests' descriptions and made use of ReST inl...Gary Wilson Jr
2008-07-19Fixed #7741: django.newforms is now django.forms. This is obviously a backwar...Jacob Kaplan-Moss
2008-07-12Fixed #7583 -- Corrected the testing docs that referred to the defunct header...Russell Keith-Magee
2008-06-07Fixed #5836 -- Corrected the logic in the Test Client when an exception raise...Russell Keith-Magee
2007-12-01Fixed #6068 -- Updated docstrings in model tests to make the documentationMalcolm Tredinnick
2007-11-11When using assertRedirect(), allow the caller to specify relative URLs andMalcolm Tredinnick
2007-11-07Fixed #4376 -- login_required now works with bound methods. Thanks, Steven B...Luke Plant
2007-09-14Fixed #5394 -- REDIRECT_FIELD_NAME is now configurable. Thanks, Petr Marhoun,...Adrian Holovaty
2007-09-14Fixed a bunch of Python 2.3 issues. Two tests still fail, but this fixes the ...Malcolm Tredinnick
2007-09-14Fixed tests to match new HTTP redirect behaviour. We always redirect to absol...Malcolm Tredinnick
2007-09-14Fixed #987 -- Convert relative URI portions into absolute URIs in HTTP Locati...Malcolm Tredinnick
2007-09-04Removed trailing whitespace.Gary Wilson Jr
2007-09-04Removed import that snuck into [6044].Gary Wilson Jr
2007-09-04Cleaned up some imports.Gary Wilson Jr
2007-09-03Fixed #4988 -- In the test client, Added tracking of the client and request t...Russell Keith-Magee
2007-08-31Fixed #4968 -- Added assertRedirects handling for paths with GET data. Thanks...Russell Keith-Magee
2007-08-17Added docstring to logout test case.Russell Keith-Magee
2007-08-17Fixed #5189 -- Added logout method to test Client. Thanks, Jakub Wisniowski <...Russell Keith-Magee
2007-07-21Fixed #4402 -- Modified test client to allow multi-valued inputs on GET reque...Russell Keith-Magee
2007-07-20Fixed #3782 -- Added support for the suite() method recommended by the Python...Russell Keith-Magee
2007-07-12Fixed #4526 -- Modified the test Client login method to fail when a user is i...Russell Keith-Magee
2007-07-04Merged Unicode branch into trunk (r4952:5608). This should be fullyMalcolm Tredinnick
2007-05-10Improved error reporting for assertions where there are no form errors, or a ...Russell Keith-Magee