> > Since you realize that the problem is in how you've registered the Entry > class, don't you think it would be a good idea to show us how you're doing > it in that admin.py? > -- > DR. >
I've managed to solve the problem - it wasn't in the admin.py - it was with my models.py. *class Entry():* * stuff* * * changed to: *class Entry(models.Model):* * stuff* * * I don't understand what that did, but it was the root of my problem. -- You received this message because you are subscribed to the Google Groups "Django users" group. To view this discussion on the web visit https://groups.google.com/d/msg/django-users/-/hBFkCRHI6fQJ. 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.