Changes between Version 43 and Version 44 of ModelInheritance
- Timestamp:
- Oct 5, 2006, 5:18:19 PM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ModelInheritance
v43 v44 1 1 = Model Inheritance = 2 2 3 This is a proposal for how subclassing should work in Django. There are a llot of details to get right, so this proposal should be very specific and detailed. Most of the ideas here come from the thread linked below:4 5 http://groups.google.com/group/django-developers/browse_frm/thread/ea5e0bf903058fac/9a68ac0d99cb6d7d?q=semantics&rnum=1#9a68ac0d99cb6d7d 3 This is a proposal for how subclassing should work in Django. There are a lot of details to get right, so this proposal should be very specific and detailed. Most of the ideas here come from the thread linked below: 4 5 [http://groups.google.com/group/django-developers/browse_frm/thread/ea5e0bf903058fac/9a68ac0d99cb6d7d?q=semantics&rnum=1#9a68ac0d99cb6d7d django-developers: Semantics of subtyping] 6 6 7 7 Here are some additional notes from Robert Wittams on allowing different storage models. 8 8 9 http://groups.google.com/group/django-developers/browse_frm/thread/9a9a2cfacce690d/dfcd5a71ba523534?q=Just+a+few+vague+notes&rnum=1#dfcd5a71ba523534 9 [http://groups.google.com/group/django-developers/browse_frm/thread/9a9a2cfacce690d/dfcd5a71ba523534?q=Just+a+few+vague+notes&rnum=1#dfcd5a71ba523534 django-developers: Change subclassing syntax] 10 10 11 11 == Current Status == … … 15 15 Work seems to have resumed. 16 16 17 http://groups.google.com/group/django-developers/browse_thread/thread/1bc01ee32cfb7374/84b64c625cd1b402?tvc=2&q=Model+Inheritance#84b64c625cd1b402 17 [http://groups.google.com/group/django-developers/browse_thread/thread/1bc01ee32cfb7374/84b64c625cd1b402?tvc=2&q=Model+Inheritance#84b64c625cd1b402 django-developers: Model inheritance API] 18 18 19 19 == Subclassing ==