We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The exclude for Meta being an old school class should be on BaseSerializer no `ModelSerializer. BaseSerializers can have Meta too: https://github.com/tomchristie/django-rest-framework/blob/8c1365e315256f892dced348cf485bf966429596/rest_framework/serializers.py#L132
Meta
BaseSerializer
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The exclude for
Meta
being an old school class should be onBaseSerializer
no `ModelSerializer. BaseSerializers can have Meta too: https://github.com/tomchristie/django-rest-framework/blob/8c1365e315256f892dced348cf485bf966429596/rest_framework/serializers.py#L132The text was updated successfully, but these errors were encountered: