diff options
| author | Bouke Haarsma <bouke@webatoom.nl> | 2013-10-18 13:56:32 +0200 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2013-10-22 09:24:42 -0400 |
| commit | 0d0f4f020afe516f23fd2305f13ff0a6a539b344 (patch) | |
| tree | 3f9450b5779735fe263b0dc442f6d4cec05418cc /docs/internals | |
| parent | 8e2029f8ddd744acb97e236cb0703d94b12d5ff8 (diff) | |
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.
Diffstat (limited to 'docs/internals')
| -rw-r--r-- | docs/internals/deprecation.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/internals/deprecation.txt b/docs/internals/deprecation.txt index bf26d8d855..42b81419ec 100644 --- a/docs/internals/deprecation.txt +++ b/docs/internals/deprecation.txt @@ -410,6 +410,9 @@ these changes. * The ``Model._meta.get_(add|change|delete)_permission`` methods will be removed. +* The session key ``django_language`` will no longer be read for backwards + compatibility. + 1.9 --- |
