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

prepopulated_fields don't work

Open obigroup opened this issue 11 years ago • 0 comments

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

Regards.

obigroup avatar Jan 08 '14 20:01 obigroup