django1/django
Claude Paroz a025b75f6c [py3] Fixed iterlists usage in QueryDict 2012-08-13 21:25:27 +02:00
..
bin [py3] Added fixer for python_2_unicode_compatible. 2012-08-12 14:44:40 +02:00
conf remove a bunch of unnescesarry iterkeys() calls 2012-08-08 07:33:15 -07:00
contrib Replaced pickle by json in form_hmac calculation 2012-08-13 21:02:18 +02:00
core Removed binary flag to open files for writing text content 2012-08-13 18:23:26 +02:00
db Refix #13844 -- Made FloatField aggregates work on Python 2.6 + Postgres 2012-08-13 09:15:20 +03:00
dispatch [py3] Replaced __nonzero__ by __bool__ 2012-08-08 15:02:31 +02:00
forms [py3] Avoided comparison with None value in formsets 2012-08-13 11:54:13 +02:00
http [py3] Fixed iterlists usage in QueryDict 2012-08-13 21:25:27 +02:00
middleware [py3] Made csrf context processor return Unicode 2012-08-13 11:54:21 +02:00
shortcuts Removed usage of mimetype kwarg of HttpResponse 2012-06-30 21:19:07 +02:00
template [py3] Made __repr__ return str with Python 3 2012-08-12 20:45:39 +02:00
templatetags [py3] Ported django.utils.encoding. 2012-08-07 12:00:22 +02:00
test [py3] Fixed content encoding in test client 2012-08-13 09:56:14 +02:00
utils [py3] Fixed encoding issues in cache key generation 2012-08-13 12:56:59 +02:00
views [py3] Ported django.utils.encoding. 2012-08-07 12:00:22 +02:00
__init__.py Moved version code out of __init__.py. 2012-04-29 13:44:32 -05:00