Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork7k
enhancement #3886 Internationalization in admin interface for authtoken#3887
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
mnacharov commentedFeb 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
mnacharov commentedFeb 1, 2016
I've not executed makemessages command, because didn't know is it necessary or not. |
xordoquy commentedFeb 1, 2016
It's ok, I'll run and upload the translation files. |
enhancement#3886 Internationalization in admin interface for authtoken
xordoquy commentedFeb 1, 2016
@mnach thanks a lot for the work ! |
itbabu commentedFeb 26, 2016
@xordoquy Hello, is the related migration file missing? |
xordoquy commentedFeb 26, 2016
@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