Changes between Version 1 and Version 2 of Ticket #31119


Ignore:
Timestamp:
Dec 24, 2019, 10:24:13 PM (5 years ago)
Author:
Raton
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #31119 – Description

    v1 v2  
    11Till Django-2.2.9 in my app localization work fine but after update to 3.0.1 translation not work and no error.
    22In django 2.2.9 when i am set
    3 # '''request.session['_language'] = language_code'''
     3`request.session['_language'] = language_code`
    44then i found '''django.utils.translation.get_language()''' is '''language_code'''
    55
Back to Top