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:57:00 -0500 |
| commit | 7b677fe063910e67dbeb123fcd164305e0425f34 (patch) | |
| tree | d122a2e963c8e7b679bedeccabfaa07778e26395 /docs | |
| parent | 70845c6809f53d9d4029d760aa0118a47b92cb9d (diff) | |
[1.7.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.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 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:: |
