We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb7f830 commit f7f8383Copy full SHA for f7f8383
README.rst
@@ -62,6 +62,20 @@ like the following::
62
}
63
64
65
+-----
66
+Goals
67
68
+
69
+As a Django REST Framework JSON API (short DJA) we are trying to address following goals:
70
71
+1. Support the [JSON API](http://jsonapi.org/) spec to compliance
72
+2. Be as compatible with Django REST Framework as possible
73
+ e.g. issues in Django REST Framework should be fixed upstream and not worked around in DJA
74
+3. Have sane defaults to be as easy to pick up as possible
75
+4. Be solid and tested with good coverage
76
+5. Be performant
77
78
79
------------
80
Requirements
81
0 commit comments