From: Zygmunt Krynicki Date: Wed, 22 Jun 2011 17:20:54 +0000 (+0200) Subject: Fix documentation referencing all project name X-Git-Tag: release-2.0.1~5 X-Git-Url: https://git.mdrn.pl/django-pagination.git/commitdiff_plain/9fa4bfca20108d0815c310c605c8e88b6b9de738 Fix documentation referencing all project name --- diff --git a/doc/usage.rst b/doc/usage.rst index d875137..bf83de3 100644 --- a/doc/usage.rst +++ b/doc/usage.rst @@ -17,7 +17,7 @@ installation, which is covered in INSTALL.txt in this same directory.) INSTALLED_APPS = ( # ... - 'pagination', + 'linaro_django_pagination', ) @@ -26,7 +26,7 @@ installation, which is covered in INSTALL.txt in this same directory.) MIDDLEWARE_CLASSES = ( # ... - 'pagination.middleware.PaginationMiddleware', + 'linaro_django_pagination.middleware.PaginationMiddleware', ) 3. If it's not already added in your setup, add the request context processor.