Re: Slug field prepopulated from more than one field?

2007-08-07 Thread Jarek Zgoda
OK, it works... if the fields are "local" to model (not Foreign-keyed nor M2M related). I'm gonna file documentation patch, as the docs currently say anything on DateTimeField only. On 5 Sie, 15:01, Jarek Zgoda <[EMAIL PROTECTED]> wrote: > Is it possible to get slug field pre

Slug field prepopulated from more than one field?

2007-08-05 Thread Jarek Zgoda
Is it possible to get slug field prepopulated from more than one field? The docs say that yes, but I seem to not be able to get any prepopulation if I have prepopulated_from=('field1', 'field2') in my model. Should I file a ticket? I use SVN trunk (rev 5804). Cheers Jarek Zgoda