aboutsummaryrefslogtreecommitdiffstats
path: root/rest_framework
diff options
context:
space:
mode:
Diffstat (limited to 'rest_framework')
-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):