Sunday, October 24, 2010

Slug auto-complete after save

Hi all,

Slug autocomplete feature is really cool with:

prepopulated_fields = {'slug':('title',)}

Is it possible to prepopulating slug field even after save - when I
want to change title for example?

Actually I use django-multilingual and prepopulating of slug works
only for the first language (en for example), when I switch to another
language tab (es for example) - the entity is already saved and I have
now prepopulating for Spanish language.

Is it possible to solve this issue somehow?

Thanks.

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to django-users+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

No comments:

Post a Comment