Skip to content

Commit c4d6663

Browse files
author
Oliver Sauder
committed
Document goals of Django REST Framework
See also django-json-api#155 (comment)
1 parent cb7f830 commit c4d6663

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.rst

+14
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,20 @@ like the following::
6262
}
6363

6464

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 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+
6579
------------
6680
Requirements
6781
------------

0 commit comments

Comments
 (0)