diff options
| author | latyas(懒) <latyas@gmail.com> | 2015-05-20 19:00:19 +0800 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-05-20 08:13:56 -0400 |
| commit | 8b106cfaa07dc04ad27a1a90c1eb03af80111695 (patch) | |
| tree | 2a9d9cfe12e80cbbaec6b54845ff3db760ac1626 /docs/ref/contrib/admin | |
| parent | fb94e7b8cf8f68629b51a4d4f2c37400ef1c7469 (diff) | |
Fixed typo in docs/ref/contrib/admin/index.txt
Diffstat (limited to 'docs/ref/contrib/admin')
| -rw-r--r-- | docs/ref/contrib/admin/index.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/contrib/admin/index.txt b/docs/ref/contrib/admin/index.txt index ce218f06dc..b5c3c6bba6 100644 --- a/docs/ref/contrib/admin/index.txt +++ b/docs/ref/contrib/admin/index.txt @@ -1270,7 +1270,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:: |
