I'm following along James Bennett's tutorials and when I save an entry as a draft it doesn't show up in the admin interface for further editing. When I log in with psql I can see the draft in the database but the admin doesn't show the draft in the entries, however the draft is listed in the Tagged Items table. HOw do I get the draft to show up in the entries, do I need to add something to the admin.py file for the blog app?
class EntryAdmin(admin.ModelAdmin): prepopulated_fields = {'slug': ('title',)} Thanks for any help, Jason -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@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.