Hiroki Kiyohara
|
e94f405d94
|
Fixed #18558 -- Added url property to HttpResponseRedirect*
Thanks coolRR for the report.
|
2013-02-13 10:29:32 +01:00 |
Aymeric Augustin
|
acc5396e6d
|
Fixed #19519 -- Fired request_finished in the WSGI iterable's close().
|
2012-12-31 12:47:34 +01:00 |
Aymeric Augustin
|
ef017a5f00
|
Advanced pending deprecation warnings.
Also added stacklevel argument, fixed #18127.
|
2012-12-29 21:59:07 +01:00 |
Aymeric Augustin
|
fc10418fba
|
Fixed #18963 -- Used a subclass-friendly pattern
for Python 2 object model compatibility methods.
|
2012-11-03 22:07:35 +01:00 |
Aymeric Augustin
|
da56e1bac6
|
Fixed #18796 -- Refactored conversion to bytes in HttpResponse
Thanks mrmachine for the review.
|
2012-10-25 08:49:51 +02:00 |
Aymeric Augustin
|
82b3e6ffcb
|
Fixed #13222 -- Made HttpResponse iterable once
response.content can be accessed many times as desired, and always
returns the same result.
iter(response) works only once and consumes the iterator.
|
2012-10-24 17:19:56 +02:00 |
Aymeric Augustin
|
495a8b8107
|
Fixed #6527 -- Provided repeatable content access
in HttpResponses instantiated with iterators.
|
2012-10-24 17:08:37 +02:00 |
Aymeric Augustin
|
ea57112d53
|
Reverted 6a64822bf4 .
This commit caused every test that does two or more assertContains to
fail, because of #6527. It also made HttpResponse non-pickleable.
Refs #13222.
|
2012-10-23 00:11:17 +02:00 |
Aymeric Augustin
|
6a64822bf4
|
Fixed #13222 -- Repeated iteration of HttpResponse
Thanks teepark for the report and grahamd for his insights.
|
2012-10-22 22:52:36 +02:00 |
Alex Gaynor
|
b4066d7d21
|
Cleaned up the the http module. Moved all of the code from __init__.py to request.py, response.py and utils.py
|
2012-10-21 11:12:59 -07:00 |