django1/django/core/management
Ramiro Morales 0bfb538661 Fixed #23291 -- Don't add Unicode varname/value to environment.
Windows doesn't like that and it causes 114 failures in the
admin_scripts tests with Python 2.x.
2014-08-14 12:22:21 -03:00
..
commands Fixed #23265 -- Used system-specific encoding in runserver 2014-08-14 12:08:06 +02:00
__init__.py Fixed flake8 warning. 2014-08-13 12:33:18 -04:00
base.py Fixed #23291 -- Don't add Unicode varname/value to environment. 2014-08-14 12:22:21 -03:00
color.py Fixed #13476 -- Added support for color in console output under Windows. 2013-12-02 23:18:04 -03:00
sql.py Fixed #22749: Making SQL management commands migration aware. 2014-06-07 17:18:30 -07:00
templates.py Converted remaining management commands to argparse 2014-06-14 13:43:44 +02:00
utils.py Fixed #22335 -- Fixed popen_wrapper error on non-English Windows systems. 2014-03-26 00:42:19 +01:00