fnp
/
django-pagination.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Fixed doctests.
[django-pagination.git]
/
pagination
/
tests.py
diff --git
a/pagination/tests.py
b/pagination/tests.py
index
a1d23f0
..
1d00f90
100644
(file)
--- a/
pagination/tests.py
+++ b/
pagination/tests.py
@@
-26,6
+26,7
@@
... def __iter__(self): yield self.__dict__.__iter__
... def copy(self): return self
... def urlencode(self): return u''
+... def keys(self): return []
>>> class RequestProxy(object):
... page = 1
... GET = GetProxy()