django1/django
Bouke Haarsma 0d0f4f020a Fixed #5789 -- Changed LocaleMiddleware session variable to '_language'.
The old 'django_language' variable will still be read from in order
to migrate users. The backwards-compatability shim will be removed in
Django 1.8.

Thanks to jdunck for the report and stugots for the initial patch.
2013-10-22 09:24:42 -04: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 Removed import * in tests. 2013-10-22 08:32:01 -04:00
core Decode from UTF-8 explicitly when reading a text file in makemessages. 2013-10-22 06:09:21 -03:00
db Removed import * in tests. 2013-10-22 08:32:01 -04:00
dispatch Fixed #21266 -- Fixed E201,E202 pep8 warnings. 2013-10-14 18:12:00 -04:00
forms Removed import * in tests. 2013-10-22 08:32:01 -04:00
http Fixed #21288 -- Fixed E126 pep8 warnings 2013-10-21 08:31:30 -04:00
middleware Fixed #5789 -- Changed LocaleMiddleware session variable to '_language'. 2013-10-22 09:24:42 -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 #5789 -- Changed LocaleMiddleware session variable to '_language'. 2013-10-22 09:24:42 -04:00
views Fixed #5789 -- Changed LocaleMiddleware session variable to '_language'. 2013-10-22 09:24:42 -04:00
__init__.py Master is now pre-1.7. 2013-06-28 08:56:45 -05:00