From dccf41cff0f46a94aa1d853d1bad9052079bb454 Mon Sep 17 00:00:00 2001 From: Simon Charette Date: Tue, 20 Jan 2015 11:44:41 -0500 Subject: [PATCH] Fixed #24186 -- Fixed a typo in the admin docs. Thanks to Keryn Knight for the report. --- docs/ref/contrib/admin/index.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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::