aboutsummaryrefslogtreecommitdiffstats
path: root/rest_framework/tests/pagination.py
diff options
context:
space:
mode:
authorBen Konrath2012-10-11 11:32:51 +0200
committerBen Konrath2012-10-11 12:01:07 +0200
commite295f616ec2cfee9c24b22d4be1a605a93d9544d (patch)
treec6f157248885b38b9ffa56c7ad1a9a17aeb1edac /rest_framework/tests/pagination.py
parent692203f933b77cc3b18e15434002169b642fbd84 (diff)
downloaddjango-rest-framework-e295f616ec2cfee9c24b22d4be1a605a93d9544d.tar.bz2
Fix small PEP8 problem.
Diffstat (limited to 'rest_framework/tests/pagination.py')
-rw-r--r--rest_framework/tests/pagination.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/rest_framework/tests/pagination.py b/rest_framework/tests/pagination.py
index 729bbfc2..054b7ee3 100644
--- a/rest_framework/tests/pagination.py
+++ b/rest_framework/tests/pagination.py
@@ -76,6 +76,7 @@ class IntegrationTestPagination(TestCase):
self.assertEquals(response.data['next'], None)
self.assertNotEquals(response.data['previous'], None)
+
class IntegrationTestPaginationAndFiltering(TestCase):
def setUp(self):