Opened 7 years ago
Closed 7 years ago
#29489 closed Bug (duplicate)
Shell and default language preference
Description ¶
When we run the django shell (./manage.py shell), the default language code (settings.LANGUAGE_CODE) is not activated by default (settings.USE_I18N is set to True) and user has to activate it manually by performing something like this:
from django.conf import settings from django.utils import translation; translation.activate(settings.LANGUAGE_CODE)
Change History (2)
comment:1 by , 7 years ago
comment:2 by , 7 years ago
Resolution: | → duplicate |
---|---|
Status: | new → closed |
I think Serguey is right. Would be nice to have your feedback with this on Django 2.1.
Note:
See TracTickets
for help on using tickets.
Duplicate of #17379?