Django

Code

Ticket #7543: model-api-typo.diff

File model-api-typo.diff, 0.6 kB (added by james Turnbull <james@incuna.com>, 5 months ago)
  • docs/model-api.txt

    old new  
    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