Author: timo Date: 2010-12-14 17:34:47 -0600 (Tue, 14 Dec 2010) New Revision: 14916
Modified: django/trunk/docs/ref/class-based-views.txt Log: Fixed #14901 - Typo in class-based views paginator doc. thanks adamv. Modified: django/trunk/docs/ref/class-based-views.txt =================================================================== --- django/trunk/docs/ref/class-based-views.txt 2010-12-14 11:53:18 UTC (rev 14915) +++ django/trunk/docs/ref/class-based-views.txt 2010-12-14 23:34:47 UTC (rev 14916) @@ -319,7 +319,7 @@ pagination. By default this simply returns the value of :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, instantiates an instance of :attr:`paginator_class`. -- You received this message because you are subscribed to the Google Groups "Django updates" group. To post to this group, send email to django-upda...@googlegroups.com. To unsubscribe from this group, send email to django-updates+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-updates?hl=en.