summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlatyas(懒) <latyas@gmail.com>2015-05-20 19:00:19 +0800
committerTim Graham <timograham@gmail.com>2015-05-20 09:03:33 -0400
commit198ad25a035bac989ec6277c6c9b881fbf125c34 (patch)
tree8cd40f17721f63eaaf33f24c1bc7c20972a621ef
parent3908c3cb71b8d66ea152b8e5f0d6f92a6ef8d47e (diff)
downloaddjango-198ad25a035bac989ec6277c6c9b881fbf125c34.tar.gz
[1.7.x] Fixed typo in docs/ref/contrib/admin/index.txt
Backport of 8b106cfaa07dc04ad27a1a90c1eb03af80111695 from master
-rw-r--r--docs/ref/contrib/admin/index.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/contrib/admin/index.txt b/docs/ref/contrib/admin/index.txt
index 4e1ca60b41..68efb0d185 100644
--- a/docs/ref/contrib/admin/index.txt
+++ b/docs/ref/contrib/admin/index.txt
@@ -1278,7 +1278,7 @@ templates used by the :class:`ModelAdmin` views:
.. method:: ModelAdmin.get_ordering(request)
- The ``get_ordering`` method takes a``request`` as parameter and
+ The ``get_ordering`` method takes a ``request`` as parameter and
is expected to return a ``list`` or ``tuple`` for ordering similar
to the :attr:`ordering` attribute. For example::