Fixed ReST bug in docs/model-api.txt

git-svn-id: http://code.djangoproject.com/svn/django/trunk@556 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Adrian Holovaty 2005-08-26 05:34:37 +00:00
parent 3db068f7fa
commit 1aaa3358b9
1 changed files with 1 additions and 1 deletions

View File

@ -637,7 +637,7 @@ object, which has the following options. All are optional.
(This example also has ``search_fields`` defined; see below). (This example also has ``search_fields`` defined; see below).
``ordering`` ``ordering``
A list or tuple (see the `Options for models`_, above) that gives a A list or tuple (see the `META options`_, above) that gives a
different ordering for the admin change list. If this isn't given, the different ordering for the admin change list. If this isn't given, the
model's default ordering will be used. model's default ordering will be used.