1
0
mirror of https://github.com/django/django.git synced 2024-12-31 21:46:05 +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
tests Fixed #5789 -- Changed LocaleMiddleware session variable to '_language'. 2013-10-22 09:24:42 -04:00
__init__.py
generic_urls.py Fixed #4278 -- Added a dirs parameter to a few functions to override TEMPLATE_DIRS. 2013-09-18 07:37:08 -04:00
models.py
urls.py
views.py Removed unused local variables in tests. 2013-10-19 08:31:38 -04:00