Changes between Version 22 and Version 23 of ModelInheritance


Ignore:
Timestamp:
Feb 27, 2006, 6:02:22 PM (19 years ago)
Author:
anonymous
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ModelInheritance

    v22 v23  
    5151CREATE TABLE "myapp_restaurant" (
    5252    /* PRIMARY KEY REFERENCES "myapp_places" ("id") works for postgres, what about others? */
     53
    5354
    5455
     
    151152}}}
    152153
    153 == Ramblings on Magic Removal Subclassing from the Pycon Sprint==
     154== Ramblings on Magic Removal Subclassing from the Pycon Sprint ==
    154155
    155156Consider the following variation on the above restaurant example:
Back to Top