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 eca2174 commit 6460edbCopy full SHA for 6460edb
docs/usage.md
@@ -4,6 +4,10 @@
4
The DJA package implements a custom renderer, parser, exception handler, and
5
pagination. To get started enable the pieces in `settings.py` that you want to use.
6
7
+Many features of the JSON:API format standard have been implemented using Mixin classes in `serializers.py`.
8
+The easiest way to make use of those features is to import ModelSerializer variants
9
+from `rest_framework_json_api` instead of the usual `rest_framework`
10
+
11
### Configuration
12
We suggest that you simply copy the settings block below and modify it if necessary.
13
``` python
0 commit comments