summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorSimon Charette <charette.s@gmail.com>2015-01-20 11:44:41 -0500
committerSimon Charette <charette.s@gmail.com>2015-01-20 11:56:02 -0500
commit90d9bf5ba46f806e7d4a7d19023f8d19028c4a27 (patch)
tree19e6736adfa046c701eb1979d7707dbb442ef7be /docs
parent20f1aafa14798d8caac74319a335668ffe86c224 (diff)
[1.8.x] Fixed #24186 -- Fixed a typo in the admin docs.
Thanks to Keryn Knight for the report. Backport of dccf41cff0f46a94aa1d853d1bad9052079bb454 from master
Diffstat (limited to 'docs')
-rw-r--r--docs/ref/contrib/admin/index.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/contrib/admin/index.txt b/docs/ref/contrib/admin/index.txt
index a39affd747..adfc9f489d 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::