Changes between Version 22 and Version 23 of ModelInheritance
- Timestamp:
- Feb 27, 2006, 6:02:22 PM (19 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ModelInheritance
v22 v23 51 51 CREATE TABLE "myapp_restaurant" ( 52 52 /* PRIMARY KEY REFERENCES "myapp_places" ("id") works for postgres, what about others? */ 53 53 54 54 55 … … 151 152 }}} 152 153 153 == Ramblings on Magic Removal Subclassing from the Pycon Sprint ==154 == Ramblings on Magic Removal Subclassing from the Pycon Sprint == 154 155 155 156 Consider the following variation on the above restaurant example: