-
-
Notifications
You must be signed in to change notification settings - Fork 6.9k
Serializer missing context if pagination is used. #2355
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
Comments
Thanks for the report. |
Reopening for re-assessment based on this comment...
|
Maybe the context needs to be passed directly to object_serializer? (e.g. |
affects all versions of drf3; worked in drf2
suppose we have an app called 'text' with a models.py (i've just put everything there for simplicity):
opening a shell:
The text was updated successfully, but these errors were encountered: