diff options
| author | Tom Christie | 2013-09-13 05:30:10 -0700 |
|---|---|---|
| committer | Tom Christie | 2013-09-13 05:30:10 -0700 |
| commit | 068e4a18f490cff77364ecddd47a614ba3167013 (patch) | |
| tree | b2be37e4ae661e050fd0a07475562856375823fd /rest_framework/tests/test_pagination.py | |
| parent | ea462b7b9b28f425c8c91d10e34532ddbb3c87fa (diff) | |
| parent | 0de1a1a0ad0ff96292b14d707730dc47b1943c26 (diff) | |
| download | django-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.py | 2 |
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 |
