Changeset 556
- Timestamp:
- 08/26/05 00:34:37 (3 years ago)
- Files:
-
- django/trunk/docs/model-api.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/model-api.txt
r549 r556 638 638 639 639 ``ordering`` 640 A list or tuple (see the ` Options for models`_, above) that gives a640 A list or tuple (see the `META options`_, above) that gives a 641 641 different ordering for the admin change list. If this isn't given, the 642 642 model's default ordering will be used.
