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 78e8b1b commit b582d52Copy full SHA for b582d52
tests/test_fields.py
@@ -318,7 +318,10 @@ def test_create_only_default_is_not_provided_on_update(self):
318
}
319
320
def test_create_only_default_callable_sets_context(self):
321
- """ CreateOnlyDefault instances with a callable default should set_context on the callable if possible """
+ """
322
+ CreateOnlyDefault instances with a callable default should set_context
323
+ on the callable if possible
324
325
class TestCallableDefault:
326
def set_context(self, serializer_field):
327
self.field = serializer_field
0 commit comments