fnp
/
django-pagination.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Fix documentation referencing all project name
[django-pagination.git]
/
doc
/
usage.rst
diff --git
a/doc/usage.rst
b/doc/usage.rst
index
d875137
..
bf83de3
100644
(file)
--- 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 = (
# ...
INSTALLED_APPS = (
# ...
- 'pagination',
+ '
linaro_django_
pagination',
)
)
@@
-26,7
+26,7
@@
installation, which is covered in INSTALL.txt in this same directory.)
MIDDLEWARE_CLASSES = (
# ...
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.
)
3. If it's not already added in your setup, add the request context processor.