Django

Code

Changeset 556

Show
Ignore:
Timestamp:
08/26/05 00:34:37 (3 years ago)
Author:
adrian
Message:

Fixed ReST bug in docs/model-api.txt

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/docs/model-api.txt

    r549 r556  
    638638 
    639639``ordering`` 
    640     A list or tuple (see the `Options for models`_, above) that gives a 
     640    A list or tuple (see the `META options`_, above) that gives a 
    641641    different ordering for the admin change list. If this isn't given, the 
    642642    model's default ordering will be used.