Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

This contex generaly doesn't exist #78

Open
kripnerl opened this issue Mar 10, 2020 · 0 comments
Open

This contex generaly doesn't exist #78

kripnerl opened this issue Mar 10, 2020 · 0 comments

Comments

@kripnerl
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant