From 7b677fe063910e67dbeb123fcd164305e0425f34 Mon Sep 17 00:00:00 2001 From: Simon Charette Date: Tue, 20 Jan 2015 11:44:41 -0500 Subject: [PATCH] [1.7.x] Fixed #24186 -- Fixed a typo in the admin docs. Thanks to Keryn Knight for the report. Backport of dccf41cff0f46a94aa1d853d1bad9052079bb454 from master --- 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 107b8b7f4e..d1585b9367 100644 --- a/docs/ref/contrib/admin/index.txt +++ b/docs/ref/contrib/admin/index.txt @@ -668,7 +668,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::