X-Git-Url: https://git.mdrn.pl/django-pagination.git/blobdiff_plain/66ce4cd0b0c8dab29de4dc992e81bcb2fb030e5a..d08d00a79f8a5e3415136b6970aa6d95c183b8b0:/docs/usage.txt?ds=sidebyside diff --git a/docs/usage.txt b/docs/usage.txt index b520169..bb819b5 100644 --- a/docs/usage.txt +++ b/docs/usage.txt @@ -1,7 +1,7 @@ -How to use django-pagination +How to use linaro-django-pagination ---------------------------- -``django-pagination`` allows for easy Digg-style pagination without modifying +``linaro-django-pagination`` allows for easy Digg-style pagination without modifying your views. There are really 5 steps to setting it up with your projects (not including @@ -73,7 +73,7 @@ a way to navigate between the different pages--all without touching your views. A Note About Uploads -------------------- -It is important, when using django-pagination in conjunction with file uploads, +It is important, when using linaro-django-pagination in conjunction with file uploads, to be aware of when ``request.page`` is accessed. As soon as ``request.page`` is accessed, ``request.upload_handlers`` is frozen and cannot be altered in any way. It's a good idea to access the ``page`` attribute on the request object @@ -83,7 +83,7 @@ as late as possible in your views. Optional Settings ------------------ -In django-pagination, there are no required settings. There are, however, a +In linaro-django-pagination, there are no required settings. There are, however, a small set of optional settings useful for changing the default behavior of the pagination tags. Here's an overview: