diff options
| author | Ali Vakilzade <ali@vakilzade.ir> | 2015-07-18 15:05:49 +0430 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-07-20 08:08:22 -0400 |
| commit | beb68b2a83f9dd163303476da9ddc8c9938be117 (patch) | |
| tree | e72a8d630406beb2245ad2c2d9f7a1d95bceb9c6 /docs/ref/contrib/admin | |
| parent | 7355437e49833d68f8a02c91f8e0ed2059266e5f (diff) | |
[1.8.x] Fixed signature of ModelAdmin.get_paginator() in docs.
Backport of ecf4ed246ae192f8d381b799b921a892fd7afa85 from master
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 2e35ee6020..37156bb18b 100644 --- a/docs/ref/contrib/admin/index.txt +++ b/docs/ref/contrib/admin/index.txt @@ -1734,7 +1734,7 @@ templates used by the :class:`ModelAdmin` views: documentation for more details. One difference is that the level may be passed as a string label in addition to integer/constant. -.. method:: ModelAdmin.get_paginator(queryset, per_page, orphans=0, allow_empty_first_page=True) +.. method:: ModelAdmin.get_paginator(request, queryset, per_page, orphans=0, allow_empty_first_page=True) Returns an instance of the paginator to use for this view. By default, instantiates an instance of :attr:`paginator`. |
