We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47925f7 commit 181a232Copy full SHA for 181a232
tests/test_django.py
@@ -124,5 +124,5 @@ def test_serialization(self):
124
data = serializers.serialize('json', items)
125
with mock.patch('django.core.serializers.python.apps.get_model') as get_model:
126
get_model.return_value = Item
127
- for obj in serializers.deserialize('json', data, ):
+ for obj in serializers.deserialize('json', data):
128
obj.save()
0 commit comments