Skip to content

Commit 6460edb

Browse files
committed
Updated documentation
1 parent eca2174 commit 6460edb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/usage.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44
The DJA package implements a custom renderer, parser, exception handler, and
55
pagination. To get started enable the pieces in `settings.py` that you want to use.
66

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+
711
### Configuration
812
We suggest that you simply copy the settings block below and modify it if necessary.
913
``` python

0 commit comments

Comments
 (0)