django1/django
Ramiro Morales b5f52647fe 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.
2013-10-22 06:09:21 -03:00
..
bin Whitespace cleanup. 2013-10-10 16:49:20 -04:00
conf Fixed #21285 -- Fixed E121,E122 pep8 warnings 2013-10-17 20:20:11 -04:00
contrib Fixed #21275 -- Fixed a serializer error when generating migrations for contrib.auth. 2013-10-21 14:54:52 -04:00
core Decode from UTF-8 explicitly when reading a text file in makemessages. 2013-10-22 06:09:21 -03:00
db Fixed #21249 -- variable name typo in compiler.get_grouping() 2013-10-21 22:08:53 +03:00
dispatch Fixed #21266 -- Fixed E201,E202 pep8 warnings. 2013-10-14 18:12:00 -04:00
forms Fixed #21288 -- Fixed E126 pep8 warnings 2013-10-21 08:31:30 -04:00
http Fixed #21288 -- Fixed E126 pep8 warnings 2013-10-21 08:31:30 -04:00
middleware Fixed #21288 -- Fixed E126 pep8 warnings 2013-10-21 08:31:30 -04:00
shortcuts Fixed a mistake in my previous commit. 2013-09-22 14:36:53 +02:00
template Fixed E227 pep8 warnings 2013-10-21 08:52:21 -04:00
templatetags Fixed assorted flake8 errors. 2013-10-11 07:25:14 -04:00
test Fixed #21288 -- Fixed E126 pep8 warnings 2013-10-21 08:31:30 -04:00
utils Fixed #21275 -- Fixed a serializer error when generating migrations for contrib.auth. 2013-10-21 14:54:52 -04:00
views Fixed #21288 -- Fixed E126 pep8 warnings 2013-10-21 08:31:30 -04:00
__init__.py Master is now pre-1.7. 2013-06-28 08:56:45 -05:00