mirror of
https://github.com/django/django.git
synced 2025-01-18 14:24:39 +00:00
ebc8e79cf3
Added getvalue() to HttpResponse to return the content of the response, along with a few other methods to partially match io.IOBase. Thanks Claude Paroz for the suggestion and Nick Sanford for review.