We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
auto_create_locales
TranslationManager.auto_create_translations should use self.option instead.
TranslationManager.auto_create_translations
self.option
sqlalchemy-i18n/sqlalchemy_i18n/manager.py
Line 158 in 95d4099
Work around:
class_.__translatable__['manager'].options['auto_create_locales']
The text was updated successfully, but these errors were encountered:
No branches or pull requests
TranslationManager.auto_create_translations
should useself.option
instead.sqlalchemy-i18n/sqlalchemy_i18n/manager.py
Line 158 in 95d4099
Work around:
The text was updated successfully, but these errors were encountered: