summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/model-api.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/model-api.txt b/docs/model-api.txt
index bbe38929bf..16d7ca9e0c 100644
--- a/docs/model-api.txt
+++ b/docs/model-api.txt
@@ -637,7 +637,7 @@ object, which has the following options. All are optional.
(This example also has ``search_fields`` defined; see below).
``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
model's default ordering will be used.