yawd-translations icon indicating copy to clipboard operation
yawd-translations copied to clipboard

A set of tools for developing multilingual websites with Django

Results 6 yawd-translations issues
Sort by recently updated
recently updated
newest added

Hello, I tried to set prepopulated_fields on my admin.py 'TranslationInline' like this : class PlopTranslationInlineAdmin(TranslationInline): prepopulated_fields = {"slug": ("title",)} model = PlopTranslation But it's don't work. yawd-translations version = master...

With Django 1.5 out and Django 1.6 to be released this year, it might be nice to start converting the app to include Python 3 support.

The original django inline.js could be removed from the Translation inline media list, as the custom inline does not allow for dynamic inline additions

enhancement