From 5f4cc52ef5c0f603420c6ea809594710a372d336 Mon Sep 17 00:00:00 2001 From: Tom Christie Date: Thu, 9 Oct 2014 10:11:44 +0100 Subject: Tweaking --- tests/test_validators.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/test_validators.py') 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. -- cgit v1.2.3