django1/django/core/management
Aymeric Augustin 0d914d08a0 [py3] Updated urllib/urllib2/urlparse imports.
Lots of functions were moved. Use explicit imports in all cases
to keey it easy to identify where the functions come from.
2012-07-22 09:29:55 +02:00
..
commands [py3] Replaced unicode/str by six.text_type/bytes. 2012-07-22 09:29:54 +02:00
__init__.py [py3] Fixed remaining Python 3 syntax errors. 2012-07-22 09:29:53 +02:00
base.py Fixed #18387 -- Do not call sys.exit during call_command. 2012-05-27 20:38:47 +02:00
color.py Revised [12376] with the benefit of coffee. Thanks to Alex Gaynor for paying attention to every commit I make :-) 2010-02-03 00:34:49 +00:00
sql.py Fixed #4680 -- Improved initial_sql parsing 2012-07-21 14:24:29 +02:00
templates.py [py3] Updated urllib/urllib2/urlparse imports. 2012-07-22 09:29:55 +02:00
validation.py [py3] Replaced unicode/str by six.text_type/bytes. 2012-07-22 09:29:54 +02:00