Hi every body: I have a problem making a hierarchy of objects in my project. For example I have a class Thing in the first level that inherited from model, then I have a class Content who inherites from Thing in the second level, another class named Book inherited from Content. The problem is that when I am going to save a Book object in the dango admin backend then I get an error: "object has not attribute content_ptr_id" , I don't understand why does this happen, when I save an object Content that does not occur. I am using django 1.2.5 but when I try when dango 1.3 beta I get the same error. Could you help me please ??? How can I solve this error ???
Any help would be appreciate it. Regards Ariel -- 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.