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:
Adrian Holovaty 2006-04-13 01:46:08 +00:00
parent 4bcdb15091
commit 0bf620f199
1 changed files with 3 additions and 0 deletions

View File

@ -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``