Skip to content
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

prepopulated_fields don't work #7

Open
obigroup opened this issue Jan 8, 2014 · 0 comments
Open

prepopulated_fields don't work #7

obigroup opened this issue Jan 8, 2014 · 0 comments

Comments

@obigroup
Copy link

obigroup commented Jan 8, 2014

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant