Changes between Version 9 and Version 10 of ModelInheritance


Ignore:
Timestamp:
Feb 27, 2006, 3:53:27 PM (18 years ago)
Author:
cell@…
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ModelInheritance

    v9 v10  
    160160}}}
    161161
    162 we want Restaurant to have a 'name' CharField.  However, fields from parent classes are included when the class is created.
     162we want Restaurant to have a 'name' CharField.  However, fields from parent classes are not included when the class is created.
Back to Top