Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change gettext to gettext_lazy on module level #32

Merged
merged 1 commit into from
Aug 19, 2024

Conversation

kissgyorgy
Copy link
Contributor

This was causing problems with Django 5.0, raising the Exception:

AppRegistryNotReady: The translation infrastructure cannot be initialized before the apps registry is ready. Check that you don't make non-lazy gettext calls at import time.

Fixes #28

This was causing problems with Django 5.0, raising the Exception:

AppRegistryNotReady: The translation infrastructure cannot be
initialized before the apps registry is ready. Check that you don't make
non-lazy gettext calls at import time.
@cordery cordery merged commit 8ecc971 into cordery:master Aug 19, 2024
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Change gettext to gettext_lazy in Country model
2 participants