1
0
mirror of https://github.com/django/django.git synced 2025-01-11 02:46:13 +00:00
django/tests/view_tests
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
..
app0
app1
app2
app3
app4
fixtures
locale
media
other_templates
templates
templatetags Whitespace cleanup. 2013-10-10 16:49:20 -04:00
tests Fixed #5789 -- Changed LocaleMiddleware session variable to '_language'. 2013-10-22 09:24:42 -04:00
__init__.py Whitespace cleanup. 2013-10-10 16:49:20 -04:00
generic_urls.py
models.py
urls.py
views.py Removed unused local variables in tests. 2013-10-19 08:31:38 -04:00