diff options
| author | Ben Konrath | 2012-10-11 11:32:51 +0200 |
|---|---|---|
| committer | Ben Konrath | 2012-10-11 12:01:07 +0200 |
| commit | e295f616ec2cfee9c24b22d4be1a605a93d9544d (patch) | |
| tree | c6f157248885b38b9ffa56c7ad1a9a17aeb1edac /rest_framework/tests/pagination.py | |
| parent | 692203f933b77cc3b18e15434002169b642fbd84 (diff) | |
| download | django-rest-framework-e295f616ec2cfee9c24b22d4be1a605a93d9544d.tar.bz2 | |
Fix small PEP8 problem.
Diffstat (limited to 'rest_framework/tests/pagination.py')
| -rw-r--r-- | rest_framework/tests/pagination.py | 1 |
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): |
