summaryrefslogtreecommitdiff
path: root/tests/regressiontests/httpwrappers
AgeCommit message (Expand)Author
2013-02-26Merged regressiontests and modeltests into the test root.Florian Apolloner
2013-02-18Avoided firing the request_finished signal in tests.Aymeric Augustin
2013-02-13Fixed #18558 -- Added url property to HttpResponseRedirect*Hiroki Kiyohara
2013-01-11Fixed #19585 -- Fixed loading cookie value as a dictClaude Paroz
2012-12-29Advanced pending deprecation warnings.Aymeric Augustin
2012-12-24Don't rely on dictionary ordering in testsIan Clelland
2012-12-08Fixed #19357 -- Allow non-ASCII chars in filesystem pathsClaude Paroz
2012-10-26Fixed httpwrappers tests under hash randomizationAymeric Augustin
2012-10-26Fixed some test failures on Python 3.3 related to QueryDictLuke Plant
2012-10-26Fixed #19039 - Python 3.3 fails unit test for duplicate bad cookiesLuke Plant
2012-10-25Fixed #18796 -- Refactored conversion to bytes in HttpResponseAymeric Augustin
2012-10-24Fixed #13222 -- Made HttpResponse iterable onceAymeric Augustin
2012-10-24Fixed #6527 -- Provided repeatable content accessAymeric Augustin
2012-10-23Reverted 6a64822bf4632707212314a25a843c862bdb3874.Aymeric Augustin
2012-10-22Fixed #13222 -- Repeated iteration of HttpResponseAymeric Augustin
2012-10-20Fixed #7581 -- Added streaming responses.Aymeric Augustin
2012-09-07Fixed #18916 -- Allowed non-ASCII headers.Aymeric Augustin
2012-08-23Fixed #18678 -- HttpResponse init arguments allowed for subclassesClaude Paroz
2012-08-22Fixed #11340 -- Prevented HttpResponseNotModified to have content/content-typeClaude Paroz
2012-08-19[py3] Supported integers in HttpResponseAymeric Augustin
2012-08-14[py3] Ported django.http according to PEP 3333.Aymeric Augustin
2012-08-11[py3] Various minor syntax fixes in the test suiteClaude Paroz
2012-07-30Fixed a security issue in http redirects. Disclosure and new release forthcom...Florian Apolloner
2012-07-17Fixed #18561 -- Made HttpResponse.tell() support non-ascii charsClaude Paroz
2012-07-14Cleaned up the QueryDict implementation.Alex Gaynor
2012-06-07Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.Claude Paroz
2012-05-19Marked bytestrings with b prefix. Refs #18269Claude Paroz
2012-05-10Replaced foo.next() by next(foo).Claude Paroz
2011-10-13Convert the remainder of the relative imports in the tests to be absolute imp...Alex Gaynor
2011-09-14Fixed #16494 by normalizing HttpResponse behavior with non-string input. Http...Paul McMillan
2011-07-08Fixed bug with our SimpleCookie regarding load/custom Morsel, and simplified ...Luke Plant
2011-06-25Fixed #15852 -- Modified cookie parsing so it can handle duplicate invalid co...Ramiro Morales
2011-06-16Fixed #14020 -- Made the `HttpResponse` class slightly more behave like a dic...Jannis Leidel
2011-06-09Fixed #16155 -- Removed Python 2.4 compatibility constructs from code and men...Ramiro Morales
2011-03-03Updated test assertions that have been deprecated by the move to unittest2. I...Russell Keith-Magee
2011-02-13Fixed #13007 -- Made cookie parsing resilent to the presence of cookies with ...Ramiro Morales
2011-01-24Rationalised CompatCookie/SimpleCookie into single SimpleCookie class with al...Luke Plant
2010-12-04Removed all usages of deprecated TestCase methods (self.fail*). This removed...Alex Gaynor
2010-12-01Fixed #14809 -- broken login related tests after r14733.Chris Beaven
2010-10-11Fixed #12991 -- Added unittest2 support. Thanks to PaulM for the draft patch,...Russell Keith-Magee
2010-09-11Improved unicode-type, ASCII-convertible header handling inMalcolm Tredinnick
2010-05-28Fixed #13572: copies of QueryDicts now have their encoding set correctly.Jacob Kaplan-Moss
2010-05-28Converted httpwrappers tests to unittest.Jacob Kaplan-Moss
2010-02-15Fixed (what I hope is) the last Python 2.4 incompatibility, this one in the h...Jacob Kaplan-Moss
2010-01-23Fixed #12470 - django.contrib.messages CookieStorage failing silently in safa...Luke Plant
2009-05-08Fixed #10188: prevent newlines in HTTP headers. Thanks, bthomas.Jacob Kaplan-Moss
2009-03-31Fixed #10184: QueryDicts with multiple values can now be safely pickled. Than...Jacob Kaplan-Moss
2008-08-29Fixed #8278: fixed `QueryDict.update(QueryDict)`. Thanks, julien.Jacob Kaplan-Moss
2008-08-25Improved the regression test in [8460] a bit, based on some information fromMalcolm Tredinnick
2008-08-21Fixed #7233 -- Ensured that QueryDict classes are always unpicklable. ThisMalcolm Tredinnick