Changeset 7792
- Timestamp:
- 06/30/08 01:42:50 (3 months ago)
- Files:
-
- django/trunk/docs/model-api.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/model-api.txt
r7757 r7792 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::
