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:
parent
3db068f7fa
commit
1aaa3358b9
|
@ -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.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue