Hi!
I have this model with two `DateTimeField`s that aren't showing up in the Admin page. According to the documentation, the default value for `editable` is "True". I can't figure out what I'm missing... (I'm using version 1.0.) Here's the relevant admin.py code: class PostAdmin(admin.ModelAdmin): prepopulated_fields = {'slug': ('title',)} admin.site.register(Post, PostAdmin) --~--~---------~--~----~------------~-------~--~----~ 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 [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---