Commit 4492ea54 authored by Tim Graham's avatar Tim Graham
Browse files

Fixed #22586 -- Added LANGUAGE_SESSION_KEY to __all__.

Thanks david.fischer.ch at gmail.com for the report.
parent 7951f125
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'