Changes between Version 43 and Version 44 of ModelInheritance


Ignore:
Timestamp:
Oct 5, 2006, 5:18:19 PM (18 years ago)
Author:
khuertas@…
Comment:

typo + shorter links to print better

Legend:

Unmodified
Added
Removed
Modified
  • ModelInheritance

    v43 v44  
    11= Model Inheritance =
    22
    3 This is a proposal for how subclassing should work in Django. There are allot 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
     3This 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]
    66
    77Here are some additional notes from Robert Wittams on allowing different storage models.
    88
    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]
    1010
    1111== Current Status ==
     
    1515Work seems to have resumed.
    1616
    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]
    1818
    1919== Subclassing ==
Back to Top