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 dec89af commit 485953fCopy full SHA for 485953f
docs/usage.md
@@ -44,7 +44,7 @@ rather than from vanilla DRF. For example,
44
```python
45
from rest_framework_json_api import serializers
46
47
-class MyModelSerializer(serializers.ModelSerializers):
+class MyModelSerializer(serializers.ModelSerializer):
48
# ...
49
```
50
0 commit comments