mirror of
https://github.com/Hopiu/django.git
synced 2026-04-12 11:01:11 +00:00
Fixed #22586 -- Added LANGUAGE_SESSION_KEY to __all__.
Thanks david.fischer.ch at gmail.com for the report.
This commit is contained in:
parent
7951f125e7
commit
4492ea5475
1 changed files with 1 additions and 0 deletions
|
|
@ -19,6 +19,7 @@ __all__ = [
|
|||
'ungettext', 'ungettext_lazy',
|
||||
'pgettext', 'pgettext_lazy',
|
||||
'npgettext', 'npgettext_lazy',
|
||||
'LANGUAGE_SESSION_KEY',
|
||||
]
|
||||
|
||||
LANGUAGE_SESSION_KEY = '_language'
|
||||
|
|
|
|||
Loading…
Reference in a new issue