django/django
Aymeric Augustin 1c8be95a86 Prevented caching of streaming responses.
The test introduced in 4b278131 accidentally passed because of a
limitation of Python < 3.3.

Refs #17758, #7581.
2012-12-24 20:28:07 +01:00
..
bin Fixed #18978 -- Moved cleanup command to sessions. 2012-10-27 18:31:00 +02:00
conf Fixed #19015 -- Removed ISO formats from localized formats.py 2012-12-01 14:15:06 +01:00
contrib Fixed #19505 -- A more flexible implementation for customizable admin redirect urls. 2012-12-24 15:44:19 -03:00
core Fixed #19468 -- Decoded request.path correctly on Python 3. 2012-12-22 13:32:39 +01:00
db Fixed a regression in distinct_on 2012-12-20 22:50:06 +02:00
dispatch Fixed #16679 -- Use caching to speed up signal sending 2012-12-16 21:46:02 +02:00
forms Sort HTML attributes on generated forms 2012-12-24 00:47:17 +00:00
http Fixed a security issue in get_host. 2012-12-10 22:11:40 +01:00
middleware Prevented caching of streaming responses. 2012-12-24 20:28:07 +01:00
shortcuts Fixed #19432 -- Provided better error message for get_object_or_404 2012-12-12 22:05:00 +01:00
template Fixed #19470 - Clarified widthratio example. 2012-12-18 08:20:01 -05:00
templatetags Fixed #19088 -- Always escape % inside blocktrans tag 2012-10-23 18:49:22 +02:00
test Fixed HTML comparisons of class="foo bar" and class="bar foo" in tests 2012-12-24 02:11:32 +00:00
utils Fixed #19204 -- Replaced python2-style exception syntax. 2012-12-24 14:05:36 +01:00
views Fixed #18856 -- Ensured that redirects can't be poisoned by malicious users. 2012-12-10 22:11:39 +01:00
__init__.py Advanced version identifiers for 1.6 cycle. 2012-10-26 22:01:34 -03:00