-
Notifications
You must be signed in to change notification settings - Fork 108
Open
Description
This line in BulkSerializerMixin
| request_method = getattr(getattr(self.context.get('view'), 'request'), 'method', '') |
can raise AttributeError: 'NoneType' object has no attribute 'request' if the is_valid() method is run without the client. For example during tests when I wanted to utilize the Serializer with BulkSerializerMixin.
Metadata
Metadata
Assignees
Labels
No labels