diff options
| author | Simon Charette <charette.s@gmail.com> | 2015-01-20 11:44:41 -0500 |
|---|---|---|
| committer | Simon Charette <charette.s@gmail.com> | 2015-01-20 11:45:57 -0500 |
| commit | dccf41cff0f46a94aa1d853d1bad9052079bb454 (patch) | |
| tree | 869cf1b4f7a12da54db5b7b97220cd4f617eb86a | |
| parent | 64ecb3f07db4be5eef4d9eb7687f783ee446c82f (diff) | |
Fixed #24186 -- Fixed a typo in the admin docs.
Thanks to Keryn Knight for the report.
| -rw-r--r-- | docs/ref/contrib/admin/index.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/contrib/admin/index.txt b/docs/ref/contrib/admin/index.txt index bf448f5972..35813e936e 100644 --- a/docs/ref/contrib/admin/index.txt +++ b/docs/ref/contrib/admin/index.txt @@ -663,7 +663,7 @@ subclass:: .. versionadded:: 1.7 - To indicate descending order with ``admin_model_field`` you can use a + To indicate descending order with ``admin_order_field`` you can use a hyphen prefix on the field name. Using the above example, this would look like:: |
