Rony
Results
2
issues of
Rony
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...