mirror of
https://github.com/django/django.git
synced 2025-08-04 10:59:45 +00:00
Refs #23919 -- Replaced usage of django.utils.functional.curry() with functools.partial()/partialmethod().
This commit is contained in:
parent
34f27f910b
commit
5b1c389603
8 changed files with 32 additions and 30 deletions
|
@ -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 = []
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue