Hi,

I can see that Models don't use the inner class to define the options, so I
used

class EntryAdmin(admin.ModelAdmin):
        prepopulated_fields = {'slug' : ('title',)}

How do I use unique_for_date here ? Is there a place where all the options
are listed for this new style interface ?

I can see that unique_for_date works when added to the field directly which
confuses me as I thought anything to do with admin interfaces
(unique_for_date is controlled at the admin level and not at database level
?) is specified separately. What am i missing ?

-mohan

--~--~---------~--~----~------------~-------~--~----~
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+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to