diff options
| author | Tymur Maryokhin | 2014-12-05 00:29:28 +0100 | 
|---|---|---|
| committer | Tymur Maryokhin | 2014-12-05 00:29:28 +0100 | 
| commit | d9930181ee157f51e2fcea33a3af5ea397647324 (patch) | |
| tree | 06e65d1f2a34b70c912dfa3e696611ca0cc00a65 /tests/test_validators.py | |
| parent | 45dc44b2038f5533a472b015c45200b5d1ca6052 (diff) | |
| download | django-rest-framework-d9930181ee157f51e2fcea33a3af5ea397647324.tar.bz2 | |
Removed unused imports, pep8 fixes, typo fixes
Diffstat (limited to 'tests/test_validators.py')
| -rw-r--r-- | tests/test_validators.py | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/tests/test_validators.py b/tests/test_validators.py index 1df0641c..5d92b284 100644 --- a/tests/test_validators.py +++ b/tests/test_validators.py @@ -148,7 +148,7 @@ class TestUniquenessTogetherValidation(TestCase):      def test_ignore_excluded_fields(self):          """          When model fields are not included in a serializer, then uniqueness -        validtors should not be added for that field. +        validators should not be added for that field.          """          class ExcludedFieldSerializer(serializers.ModelSerializer):              class Meta: | 
