From 198ad25a035bac989ec6277c6c9b881fbf125c34 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?latyas=28=E6=87=92=29?= Date: Wed, 20 May 2015 19:00:19 +0800 Subject: [1.7.x] Fixed typo in docs/ref/contrib/admin/index.txt Backport of 8b106cfaa07dc04ad27a1a90c1eb03af80111695 from master --- docs/ref/contrib/admin/index.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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:: -- cgit v1.2.1