Ticket #7543: model-api-typo.diff

File model-api-typo.diff, 599 bytes (added by james Turnbull <james@…>, 16 years ago)
  • docs/model-api.txt

     
    21552155
    21562156When an abstract base class is created, Django makes any ``Meta`` inner class
    21572157you declared on the base class available as an attribute. If a child class
    2158 does not declared its own ``Meta`` class, it will inherit the parent's
     2158does not declare its own ``Meta`` class, it will inherit the parent's
    21592159``Meta``. If the child wants to extend the parent's ``Meta`` class, it can
    21602160subclass it. For example::
    21612161
Back to Top