Refs #23919 -- Replaced usage of django.utils.functional.curry() with functools.partial()/partialmethod().

This commit is contained in:
Sergey Fedoseev 2017-09-06 22:11:18 +05:00 committed by Tim Graham
parent 34f27f910b
commit 5b1c389603
8 changed files with 32 additions and 30 deletions

View file

@ -390,7 +390,7 @@ class SerializerDataTests(TestCase):
pass
def serializerTest(format, self):
def serializerTest(self, format):
# Create all the objects defined in the test data
objects = []