Re: prepopulated_fields with generic relations

2008-08-26 Thread Donovan
Oops, correct here: class Content(models.Model): seo_urls = generic.GenericRelation(SeoUrl) def get_absolute_url(self): return ('/%s/' % self.seo_urls.order_by('priority')[0].seotitle) On 25 Aug, 23:04, Donovan <[EMAIL PROTECTED]> wrote

prepopulated_fields with generic relations

2008-08-25 Thread Donovan
ry and admin template modification, but was wondering if the prepopulate_fields code has some awareness of the eventual id's of inline form fields. Cheers in advance, Donovan. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Googl