mirror of
https://github.com/django/django.git
synced 2024-11-29 22:56:46 +01:00
Fixed #14901 - Typo in class-based views paginator doc. thanks adamv.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@14916 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
f7f7587958
commit
c3143783ca
@ -319,7 +319,7 @@ MultipleObjectMixin
|
|||||||
pagination. By default this simply returns the value of
|
pagination. By default this simply returns the value of
|
||||||
:attr:`MultipleObjectMixin.paginate_by`.
|
:attr:`MultipleObjectMixin.paginate_by`.
|
||||||
|
|
||||||
.. method:: get_paginator(queryset, queryset, per_page, orphans=0, allow_empty_first_page=True)
|
.. method:: get_paginator(queryset, per_page, orphans=0, allow_empty_first_page=True)
|
||||||
|
|
||||||
Returns an instance of the paginator to use for this view. By default,
|
Returns an instance of the paginator to use for this view. By default,
|
||||||
instantiates an instance of :attr:`paginator_class`.
|
instantiates an instance of :attr:`paginator_class`.
|
||||||
|
Loading…
Reference in New Issue
Block a user