1
0
mirror of https://github.com/django/django.git synced 2025-04-18 06:14:37 +00:00

[1.5.x] Formatting tweaks.

(cherry picked from commit 3f2fc2f41abf226913517eb1e655f823f2c5e53a)
This commit is contained in:
Tom Christie 2012-11-09 16:16:58 +00:00 committed by Jannis Leidel
parent 2fdb7e6ca5
commit 9fa6aa9534

@ -79,7 +79,7 @@ MultipleObjectMixin
A string specifying the name to use for the page parameter.
The view will expect this prameter to be available either as a query
string parameter (via ``request.GET``) or as a kwarg variable specified
in the URLconf. Defaults to ``"page"``.
in the URLconf. Defaults to ``page``.
.. attribute:: paginator_class