Ticket #7543: model-api-typo.diff
File model-api-typo.diff, 599 bytes (added by , 16 years ago) |
---|
-
docs/model-api.txt
2155 2155 2156 2156 When an abstract base class is created, Django makes any ``Meta`` inner class 2157 2157 you declared on the base class available as an attribute. If a child class 2158 does not declare dits own ``Meta`` class, it will inherit the parent's2158 does not declare its own ``Meta`` class, it will inherit the parent's 2159 2159 ``Meta``. If the child wants to extend the parent's ``Meta`` class, it can 2160 2160 subclass it. For example:: 2161 2161