django1/django/core/management
Ramiro Morales b987fb188d [1.6.x] Decode from UTF-8 explicitly when reading a text file in makemessages.
This shows itself with Python 3 under Windows where UTF-8 usually isn't
the default file I/O encoding and caused one failure and three errors
in our test suite under that platform setup.

b5f52647fe from master.
2013-10-22 07:38:02 -03:00
..
commands [1.6.x] Decode from UTF-8 explicitly when reading a text file in makemessages. 2013-10-22 07:38:02 -03:00
__init__.py [1.6.x] Fixed #21284 -- Prevented KeyError swallowing in fetch_command 2013-10-18 14:05:26 +02:00
base.py [1.6.x] Fixed #21269 -- Don't crash when CommandError contains non-ascii 2013-10-14 21:28:29 +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 Added a stealth option to flush to allow cascades. 2013-06-10 11:21:54 +02:00
templates.py [1.6.x] Took advantage of django.utils.six.moves.urllib.*. 2013-09-10 21:29:31 +02:00
utils.py Made (make|compile)messages check for availability of gettext commands. 2013-03-10 17:31:11 -03:00
validation.py Fixed #19925 - Added validation for REQUIRED_FIELDS being a list 2013-06-07 19:58:41 -04:00