django/django
Claude Paroz df7a65ac4b Replaced 'next' testing by collections.Iterator testing.
The new construct is also Python 3 compatible (where 'next' has
been renamed to '__next__').
2012-05-22 20:37:38 +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 Regenerated the minified versions of the admin actions and admin inlines JavaScript files forgotten in 04785d2 and f92c7c5 (and previous). 2012-05-20 18:23:14 +02:00
core Imported reduce from functools for forward compatibility. 2012-05-20 00:25:46 +02:00
db Replaced 'next' testing by collections.Iterator testing. 2012-05-22 20:37:38 +02:00
dispatch Got rid of old __cmp__methods replaced by rich comparison. 2012-05-18 14:52:24 +02:00
forms Marked bytestrings with b prefix. Refs #18269 2012-05-19 17:43:34 +02:00
http Marked bytestrings with b prefix. Refs #18269 2012-05-19 17:43:34 +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 Replaced foo.next() by next(foo). 2012-05-10 20:15:49 +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 Imported reduce from functools for forward compatibility. 2012-05-20 00:25:46 +02:00
views Fixed #18113 -- Corrected get_template_names docstrings. 2012-05-22 13:15:28 +02:00
__init__.py Moved version code out of __init__.py. 2012-04-29 13:44:32 -05:00