Modify ↓
Ticket #94 (closed defect: duplicate)
Potential incorrect ordering of create_tables with inherited models
| Reported by: | andrew | Owned by: | andrew |
|---|---|---|---|
| Priority: | minor | Milestone: | 0.6 |
| Component: | migrations | Version: | 0.6-pre |
| Keywords: | Cc: |
Description
Related to the recent proper inheritance fix [160], there's a need to insert the tables in the right order (i.e. descending the tree of inheritance), else Postgres complains.
When it comes to detecting model ordering, we have the technology - just scan the models, and create a relation between app.model keys.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.
