aboutsummaryrefslogtreecommitdiffstats
path: root/rest_framework
diff options
context:
space:
mode:
authorRoss McFarland2013-10-21 14:26:21 -0700
committerRoss McFarland2013-10-21 14:26:21 -0700
commitc36122a7ba2cdc69f94f5732f26428329be54200 (patch)
treee39873f8b69c48daef766c52db44b944ad4c4ff5 /rest_framework
parentf0a129dcda3d671b88b5049d9ddaec53a4b32faf (diff)
downloaddjango-rest-framework-c36122a7ba2cdc69f94f5732f26428329be54200.tar.bz2
remove stray func from test
Diffstat (limited to 'rest_framework')
-rw-r--r--rest_framework/tests/test_pagination.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/rest_framework/tests/test_pagination.py b/rest_framework/tests/test_pagination.py
index a1118f1e..cadb515f 100644
--- a/rest_framework/tests/test_pagination.py
+++ b/rest_framework/tests/test_pagination.py
@@ -464,9 +464,6 @@ class NonIntegerPaginator(object):
# pretend like we don't know how many pages we have
return None
- def default_page_token(self):
- return None
-
def page(self, token=None):
if token:
try: