#246 closed defect (duplicate)
Can't do circular ForeignKey relationships between classes
Description ¶
Example case:
- class Person belongs to a Company: ForeignKey(Company)
- class Company designates a contact Person: ForeignKey(Person)
However, each class requires the other to be defined first. How does one implement this?
Note:
See TracTickets
for help on using tickets.
This is a duplicate of #167.