You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As calls to the translation function are located in code paths that are executed ad module load time, ugettext_lazy should be used instead. See https://docs.djangoproject.com/en/dev/topics/i18n/translation/#lazy-translations. This fixes import issue when used with other django apps that have utilities that import installed_apps such as Haystack.
0 commit comments