Changes between Initial Version and Version 1 of Ticket #25295
- Timestamp:
- Aug 20, 2015, 4:23:24 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #25295 – Description
initial v1 1 1 From a shell, I'm able to do the following: 2 2 3 {{{#!python 3 4 In [1]: from django.utils import translation 4 5 … … 11 12 In [4]: translation.get_language() 12 13 Out[4]: 'fr' 14 }}} 13 15 14 16 override usually reverts to the previous language upon leaving the context manager, so this behavior seems unexpected.