We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b4ad81 commit 72f6efeCopy full SHA for 72f6efe
tests/serializers.py
@@ -60,7 +60,7 @@ class Meta:
60
fields = ('name', 'slug', 'is_active')
61
62
def __init__(self, *args, **kwargs):
63
- super().__init__(*args, **kwargs)
+ super(OrganisationErroredSerializer, self).__init__(*args, **kwargs)
64
65
# Should raise a KeyError
66
self.context["test_value"]
0 commit comments