From 0bf620f199536dde61bdb042b99ccb19d87f9615 Mon Sep 17 00:00:00 2001
From: Adrian Holovaty <adrian@holovaty.com>
Date: Thu, 13 Apr 2006 01:46:08 +0000
Subject: [PATCH] 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
---
 docs/model-api.txt | 3 +++
 1 file changed, 3 insertions(+)

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