django1/django
Aymeric Augustin 8b9b8d3bda Removed compatibility code for streaming responses.
This code provided a deprecation path for old-style streaming responses.

Refs #6527, #7581.
2013-06-29 18:49:36 +02:00
..
bin Removed daily_cleanup.py script as per deprecation TL. 2013-06-28 21:48:16 -03:00
conf Stop auto-correcting string INSTALLED_APPS, TEMPLATE_DIRS settings, as per deprecation TL. 2013-06-28 21:48:16 -03:00
contrib More import removals 2013-06-29 11:58:36 +02:00
core Do not allow FileSystemStorage.delete to receive an empty name 2013-06-29 18:09:31 +02:00
db Fixed #18592 -- Prevented crash when accessing MySQL _last_executed 2013-06-29 18:44:41 +02:00
dispatch Fixed #19634 -- Added proper __hash__ methods. 2013-02-25 23:05:20 +01:00
forms Fixed 17478 -- Allowed queryset overriding in BaseModelFormSet init 2013-06-22 09:29:37 +02:00
http Removed compatibility code for streaming responses. 2013-06-29 18:49:36 +02:00
middleware Removed several unused imports. 2013-06-19 17:18:40 +02:00
shortcuts More import removals 2013-06-29 11:58:36 +02:00
template Removed 'mimetype' arguments from a few places, as per deprecation TL. 2013-06-28 21:48:16 -03:00
templatetags Fixed #20130 -- Regression in {% cache %} template tag. 2013-03-30 12:13:08 +01:00
test More import removals 2013-06-29 11:58:36 +02:00
utils Removed django.utils.encoding.StrAndUnicode class, deprecated in Django 1.5. 2013-06-28 23:16:28 -03:00
views Removed compatibility code for streaming responses. 2013-06-29 18:49:36 +02:00
__init__.py Master is now pre-1.7. 2013-06-28 08:56:45 -05:00