aboutsummaryrefslogtreecommitdiffstats
path: root/rest_framework/tests/test_pagination.py
diff options
context:
space:
mode:
authorTom Christie2013-09-13 05:30:10 -0700
committerTom Christie2013-09-13 05:30:10 -0700
commit068e4a18f490cff77364ecddd47a614ba3167013 (patch)
treeb2be37e4ae661e050fd0a07475562856375823fd /rest_framework/tests/test_pagination.py
parentea462b7b9b28f425c8c91d10e34532ddbb3c87fa (diff)
parent0de1a1a0ad0ff96292b14d707730dc47b1943c26 (diff)
downloaddjango-rest-framework-068e4a18f490cff77364ecddd47a614ba3167013.tar.bz2
Merge pull request #1108 from rbose85/master
Typo in strings referring to Python package, django-filter.
Diffstat (limited to 'rest_framework/tests/test_pagination.py')
-rw-r--r--rest_framework/tests/test_pagination.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/rest_framework/tests/test_pagination.py b/rest_framework/tests/test_pagination.py
index 4170d4b6..d6bc7895 100644
--- a/rest_framework/tests/test_pagination.py
+++ b/rest_framework/tests/test_pagination.py
@@ -122,7 +122,7 @@ class IntegrationTestPaginationAndFiltering(TestCase):
for obj in self.objects.all()
]
- @unittest.skipUnless(django_filters, 'django-filters not installed')
+ @unittest.skipUnless(django_filters, 'django-filter not installed')
def test_get_django_filter_paginated_filtered_root_view(self):
"""
GET requests to paginated filtered ListCreateAPIView should return