-
-
Notifications
You must be signed in to change notification settings - Fork 6.9k
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
enhancement #3886 Internationalization in admin interface for authtoken #3887
Conversation
mnacharov
commented
Feb 1, 2016
- verbose_name in models.Token fields
- Meta-options verbose_name & verbose_name_plural
- Labels in AuthTokenSerializer fields in case of usages in Brousable API
- provide AppConfig class as described in django documentation with verbose_name came through ugettext_lazy
…ork.authtoken + verbose_name in models.Token fields + Meta-options verbose_name & verbose_name_plural + Labels in AuthTokenSerializer fields in case of usages in Brousable API + provide AppConfig class as described in django documentation with verbose_name came through ugettext_lazy
I've not executed makemessages command, because didn't know is it necessary or not. |
It's ok, I'll run and upload the translation files. |
enhancement #3886 Internationalization in admin interface for authtoken
@mnach thanks a lot for the work ! |
@xordoquy Hello, is the related migration file missing? |
@itbabu indeed, thanks for noticing it. I forgot that changing the model requires a migration even though the database representation doesn't change. |
Add missing migration file for #3887