Re: Models inheritance in django: how to change PK "_ptr_id" on "id"?
Glad you were able to resolve your problem. I use multi-table
inheritance a lot and so far it always "just works" without me having
to worry about or fiddle with the internal ids that Django uses to
connect the derived class rows to the base class ones.
-- John
On Feb 8, 1:25 pm, Artyom Chernetzov <achernet...@gmail.com> wrote:
> Thanks, everybody, problem was: I add ForeignKey field in object after
> dbsync. I just needed to reset database, it solve problem.
--
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+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home