django1/django
Aymeric Augustin 723c9a8c6d [py3] Ported the 'shell' management command.
The user module and the execfile function were removed in Python 3.

Thanks Linovia for the report.
2012-08-29 23:44:12 +02:00
..
bin [py3] Added fixer for python_2_unicode_compatible. 2012-08-12 14:44:40 +02:00
conf Removed obsolete __members__ definitions 2012-08-21 11:20:22 +02:00
contrib Replaced many smart_bytes by force_bytes 2012-08-29 11:20:32 +02:00
core [py3] Ported the 'shell' management command. 2012-08-29 23:44:12 +02:00
db Replaced many smart_bytes by force_bytes 2012-08-29 11:20:32 +02:00
dispatch [py3] Fixed dispatch tests 2012-08-15 18:19:21 +02:00
forms [py3] Removed duplicate imports. 2012-08-23 10:16:16 +02:00
http Replaced many smart_bytes by force_bytes 2012-08-29 11:20:32 +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 Used the decorator syntax for properties in django.http 2012-08-22 20:55:24 +02:00
templatetags Replaced many smart_bytes by force_bytes 2012-08-29 11:20:32 +02:00
test Replaced many smart_bytes by force_bytes 2012-08-29 11:20:32 +02:00
utils Replaced many smart_bytes by force_bytes 2012-08-29 11:20:32 +02:00
views Replaced many smart_bytes by force_bytes 2012-08-29 11:20:32 +02:00
__init__.py Moved version code out of __init__.py. 2012-04-29 13:44:32 -05:00