X-Git-Url: https://git.mdrn.pl/django-pagination.git/blobdiff_plain/4c5f9d5b9dcc78e10373b89b200ba17ae0ae2f9f..4b2ba62948c5104fc3cae8d24face3c4bf7378df:/doc/usage.rst diff --git a/doc/usage.rst b/doc/usage.rst index a57cf46..199e6a3 100644 --- a/doc/usage.rst +++ b/doc/usage.rst @@ -168,3 +168,7 @@ behavior of the pagination tags. Here's an overview: ``PAGINATION_DISPLAY_DISABLED_NEXT_LINK`` If set to ``False``, the next page link will not be displayed if there's no next page. Defaults to False. + +``PAGINATION_DISABLE_LINK_FOR_FIRST_PAGE`` + if set to ``False``, the first page will have ``?page=1`` link suffix in pagination displayed, otherwise is omitted. + Defaults to True.