1
0
mirror of https://github.com/django/django.git synced 2025-01-12 03:15:47 +00:00
django/django
Aymeric Augustin ca07fda2ef [py3] Switched to Python 3-compatible imports.
xrange/range will be dealt with in a separate commit due to the huge
number of changes.
2012-07-22 09:29:56 +02:00
..
bin
conf [py3] Replaced basestring by six.string_types. 2012-07-22 09:29:54 +02:00
contrib [py3] Switched to Python 3-compatible imports. 2012-07-22 09:29:56 +02:00
core [py3] Switched to Python 3-compatible imports. 2012-07-22 09:29:56 +02:00
db [py3] Switched to Python 3-compatible imports. 2012-07-22 09:29:56 +02:00
dispatch
forms [py3] Updated urllib/urllib2/urlparse imports. 2012-07-22 09:29:55 +02:00
http [py3] Switched to Python 3-compatible imports. 2012-07-22 09:29:56 +02:00
middleware
shortcuts
template [py3] Replaced unicode/str by six.text_type/bytes. 2012-07-22 09:29:54 +02:00
templatetags [py3] Updated urllib/urllib2/urlparse imports. 2012-07-22 09:29:55 +02:00
test [py3] Switched to Python 3-compatible imports. 2012-07-22 09:29:56 +02:00
utils [py3] Switched to Python 3-compatible imports. 2012-07-22 09:29:56 +02:00
views [py3] Updated urllib/urllib2/urlparse imports. 2012-07-22 09:29:55 +02:00
__init__.py