Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 1e54ced

Browse files
slivercn2ygk
authored andcommitted
Document goals of Django REST Framework (#447)
See also #155 (comment)
1 parent cb7f830 commit 1e54ced

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

‎README.rst‎

Lines changed: 14 additions & 0 deletions
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](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+
6579
------------
6680
Requirements
6781
------------

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /