Fixed #1628 -- Added note to docs/model-api.txt about admin ordering by only first field
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2690 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
4bcdb15091
commit
0bf620f199
|
@ -807,6 +807,9 @@ Here's a list of all possible ``META`` options. No options are required. Adding
|
|||
|
||||
See `Specifying ordering`_ for more examples.
|
||||
|
||||
Note that, regardless of how many fields are in ``ordering``, the admin
|
||||
site uses only the first field.
|
||||
|
||||
.. _Specifying ordering: http://www.djangoproject.com/documentation/models/ordering/
|
||||
|
||||
``permissions``
|
||||
|
|
Loading…
Reference in New Issue