From 9fa4bfca20108d0815c310c605c8e88b6b9de738 Mon Sep 17 00:00:00 2001 From: Zygmunt Krynicki Date: Wed, 22 Jun 2011 19:20:54 +0200 Subject: [PATCH] Fix documentation referencing all project name --- doc/usage.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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. -- 2.20.1