diff options
| author | Adrian Holovaty <adrian@holovaty.com> | 2006-04-13 01:46:08 +0000 |
|---|---|---|
| committer | Adrian Holovaty <adrian@holovaty.com> | 2006-04-13 01:46:08 +0000 |
| commit | 0bf620f199536dde61bdb042b99ccb19d87f9615 (patch) | |
| tree | 7680e9c3c7af9e0ebb756d85c2529a623653b436 /docs | |
| parent | 4bcdb15091b21e09a92fe73e26d5ef5cc84bff80 (diff) | |
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
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/model-api.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/model-api.txt b/docs/model-api.txt index ec5b5e5ad4..07a70c746b 100644 --- a/docs/model-api.txt +++ b/docs/model-api.txt @@ -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`` |
