Commit a75318e8 authored by Tim Graham's avatar Tim Graham
Browse files

[1.7.x] Fixed #22586 -- Added LANGUAGE_SESSION_KEY to __all__.

Thanks david.fischer.ch at gmail.com for the report.

Backport of 4492ea54 from master
parent 79e4a189
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -19,6 +19,7 @@ __all__ = [
    'ungettext', 'ungettext_lazy',
    'pgettext', 'pgettext_lazy',
    'npgettext', 'npgettext_lazy',
    'LANGUAGE_SESSION_KEY',
]

LANGUAGE_SESSION_KEY = '_language'