summaryrefslogtreecommitdiff
path: root/django/http/response.py
AgeCommit message (Expand)Author
2012-12-31[1.5.x] Fixed #19519 -- Fired request_finished in the WSGI iterable's close().Aymeric Augustin
2012-11-03[1.5.x] Fixed #18963 -- Used a subclass-friendly patternAymeric Augustin
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-21Cleaned up the the http module. Moved all of the code from __init__.py to req...Alex Gaynor