diff options
| author | Ross McFarland | 2013-10-21 14:26:21 -0700 |
|---|---|---|
| committer | Ross McFarland | 2013-10-21 14:26:21 -0700 |
| commit | c36122a7ba2cdc69f94f5732f26428329be54200 (patch) | |
| tree | e39873f8b69c48daef766c52db44b944ad4c4ff5 /rest_framework | |
| parent | f0a129dcda3d671b88b5049d9ddaec53a4b32faf (diff) | |
| download | django-rest-framework-c36122a7ba2cdc69f94f5732f26428329be54200.tar.bz2 | |
remove stray func from test
Diffstat (limited to 'rest_framework')
| -rw-r--r-- | rest_framework/tests/test_pagination.py | 3 |
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: |
