django1/django
Claude Paroz 1a66f53f94 Fixed #18340 -- Fixed formtools form_hmac with Unicode input
Using cPickle, two apparently identical Unicode strings could
generate different pickled results depending on previous operations
on those strings.
2012-05-19 12:10:22 +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 Fixed #18340 -- Fixed formtools form_hmac with Unicode input 2012-05-19 12:10:22 +02:00
core Cleaned up WSGIRequestHandler get_environ to be Python 3 compatible 2012-05-18 19:40:41 +02:00
db Fixed #18334 -- Fixed detection of supports_stddev backend feature. 2012-05-18 12:12:45 +02:00
dispatch Got rid of old __cmp__methods replaced by rich comparison. 2012-05-18 14:52:24 +02:00
forms Hidden __pycache__ dirs for FilePathField. Refs #17393. 2012-05-16 23:15:49 +02:00
http Replaced foo.next() by next(foo). 2012-05-10 20:15:49 +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 Got rid of old __cmp__methods replaced by rich comparison. 2012-05-18 14:52:24 +02:00
views Fixed #18323 -- Refactored date arithmetic 2012-05-17 17:41:37 +02:00
__init__.py Moved version code out of __init__.py. 2012-04-29 13:44:32 -05:00