From 5a890632b4f48afcd2e389ff1403e893e2ebacb1 Mon Sep 17 00:00:00 2001 From: floguy Date: Sun, 13 Jul 2008 22:17:49 +0000 Subject: [PATCH 1/1] Fixed doctests. git-svn-id: https://django-pagination.googlecode.com/svn/trunk@22 7f1efe38-554e-0410-b69d-834cb44da2d5 --- pagination/tests.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pagination/tests.py b/pagination/tests.py index a1d23f0..1d00f90 100644 --- 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() -- 2.20.1