django1/django
Claude Paroz 1aae1cba99 Imported zip from future_builtins instead of itertools.izip.
In Python 3, itertools.izip is not available any more (behaviour
integrated in standard zip).
2012-05-07 17:25:12 +02:00
..
bin Made more extensive usage of context managers with open. 2012-05-05 14:06:36 +02:00
conf Fixed #18042 -- Advanced deprecation warnings. 2012-05-03 15:27:01 +02:00
contrib Imported zip from future_builtins instead of itertools.izip. 2012-05-07 17:25:12 +02:00
core Used io.BytesIO also for ContentFile. 2012-05-05 22:33:08 +02:00
db Imported zip from future_builtins instead of itertools.izip. 2012-05-07 17:25:12 +02:00
dispatch Replaced print statement by print function (forward compatibility syntax). 2012-04-30 20:45:03 +02:00
forms Replaced cStringIO.StringIO by io.BytesIO. 2012-05-05 21:41:44 +02:00
http Replaced cStringIO.StringIO by io.BytesIO. 2012-05-05 21:41:44 +02:00
middleware Fixed #18042 -- Advanced deprecation warnings. 2012-05-03 15:27:01 +02:00
shortcuts Fixed #15010 -- Added current_app parameter to close gap between TemplateResponse and render method. Thanks, acdha. 2011-01-05 22:41:43 +00:00
template Made more extensive usage of context managers with open. 2012-05-05 14:06:36 +02:00
templatetags Fixed #17992 -- Added a public API for localtime. 2012-04-29 15:37:23 +02:00
test Replaced cStringIO.StringIO by io.BytesIO. 2012-05-05 21:41:44 +02:00
utils Replaced cStringIO.StringIO by io.BytesIO. 2012-05-05 21:41:44 +02:00
views Made more extensive usage of context managers with open. 2012-05-05 14:06:36 +02:00
__init__.py Moved version code out of __init__.py. 2012-04-29 13:44:32 -05:00