django1/django/core/management
Ramiro Morales 4b715fc05a Fixed #21209 -- .po file path comments on Windows.
Literals from source files with Django template language syntax don't
have a '.py' suffix anymore.

Also, the '.\' prefix is preserved to respect GNU gettext behavior on
that platform.

Refs #16903.
2013-10-01 20:37:43 -03:00
..
commands Fixed #21209 -- .po file path comments on Windows. 2013-10-01 20:37:43 -03:00
__init__.py Fixed #20989 -- Removed useless explicit list comprehensions. 2013-08-30 10:57:51 -04:00
base.py Fixed #20841 -- Added messages to NotImplementedErrors 2013-09-10 11:09:59 -04:00
color.py Fixed #19877 -- Added `--no-color` option to `BaseCommand` to avoid using output styles. 2013-07-30 09:26:18 -04:00
sql.py Fixed a number of flake8 errors -- particularly around unused imports and local variables 2013-09-06 21:56:40 -07:00
templates.py Took advantage of django.utils.six.moves.urllib.*. 2013-09-05 14:39:23 -05:00
utils.py Fixed #20989 -- Removed useless explicit list comprehensions. 2013-08-30 10:57:51 -04:00
validation.py Fixed #14028 - Added validation for clashing db_columns. 2013-09-23 11:51:58 -04:00