Changes between Initial Version and Version 1 of Ticket #25295


Ignore:
Timestamp:
Aug 20, 2015, 4:23:24 PM (9 years ago)
Author:
David Nelson Adamec
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #25295 – Description

    initial v1  
    11From a shell, I'm able to do the following:
    22
     3{{{#!python
    34In [1]: from django.utils import translation
    45
     
    1112In [4]: translation.get_language()
    1213Out[4]: 'fr'
     14}}}
    1315
    1416override usually reverts to the previous language upon leaving the context manager, so this behavior seems unexpected.
Back to Top