diff options
| author | Adrian Holovaty <adrian@holovaty.com> | 2005-08-26 05:34:37 +0000 |
|---|---|---|
| committer | Adrian Holovaty <adrian@holovaty.com> | 2005-08-26 05:34:37 +0000 |
| commit | 1aaa3358b9ec00e45fb21f2c2026301b8927c9fc (patch) | |
| tree | 874fadffe9c3e64ca138e9eca35b5108406b9412 /docs/model-api.txt | |
| parent | 3db068f7fa974ad9c5838967ab7c238061ece93d (diff) | |
Fixed ReST bug in docs/model-api.txt
git-svn-id: http://code.djangoproject.com/svn/django/trunk@556 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/model-api.txt')
| -rw-r--r-- | docs/model-api.txt | 2 |
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. |
