edit_inline disables slug prepopulation?

2006-12-26 Thread ringemup
Hello -- I'm having a problem with a model that I have set to edit inline with a related model. Basically, the slugs are not auto-populating from the fields they're supposed to use. Here's the model in question: class Player(models.Model): name = models.CharField(maxlength=50, core=Tr

Re: edit_inline disables slug prepopulation?

2007-01-05 Thread Aidas Bendoraitis
As far as I remember, It's not normally available for the fields of the inline-edited models. However, you can still add some custom JavaScript to the admin template to implement that functionality. Good luck! Aidas Bendoraitis aka Archatas On 12/27/06, ringemup <[EMAIL PROTECTED]> wrote: H

Re: edit_inline disables slug prepopulation?

2007-01-10 Thread ringemup
Hmmm... I suppose this could also be done by overriding the save() method to generate a slug if there isn't one already? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group,