diff options
| author | Tom Christie | 2014-10-09 10:11:44 +0100 | 
|---|---|---|
| committer | Tom Christie | 2014-10-09 10:11:44 +0100 | 
| commit | 5f4cc52ef5c0f603420c6ea809594710a372d336 (patch) | |
| tree | 6964e34d3820842fae84b8ca8c0f3920fcfc6c7c /tests/test_validators.py | |
| parent | a58cfe167d837d34994b50f52098c552f6b0860e (diff) | |
| download | django-rest-framework-5f4cc52ef5c0f603420c6ea809594710a372d336.tar.bz2 | |
Tweaking
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 ac04d2b4..1d081411 100644 --- a/tests/test_validators.py +++ b/tests/test_validators.py @@ -131,7 +131,7 @@ class TestUniquenessTogetherValidation(TestCase):              'position': 1          } -    def test_ignore_exlcuded_fields(self): +    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. | 
