From 1aaa3358b9ec00e45fb21f2c2026301b8927c9fc Mon Sep 17 00:00:00 2001 From: Adrian Holovaty Date: Fri, 26 Aug 2005 05:34:37 +0000 Subject: [PATCH] Fixed ReST bug in docs/model-api.txt git-svn-id: http://code.djangoproject.com/svn/django/trunk@556 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/model-api.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/model-api.txt b/docs/model-api.txt index bbe38929bf4..16d7ca9e0c4 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.