You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+18-5Lines changed: 18 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,11 +12,11 @@ Django REST framework is a powerful and flexible toolkit that makes it easy to b
12
12
13
13
Some reasons you might want to use REST framework:
14
14
15
-
* The Web browseable API is a huge useability win for your developers.
16
-
* Authentication policies including OAuth1a and OAuth2 out of the box.
17
-
* Serialization that supports both ORM and non-ORM data sources.
18
-
* Customizable all the way down - just use regular function-based views if you don't need the morepowerfulfeatures.
19
-
* Extensive documentation, and great community support.
15
+
* The [Web browseable API][sandbox] is a huge useability win for your developers.
16
+
*[Authentication policies][authentication] including [OAuth1a][oauth1-section] and [OAuth2][oauth2-section] out of the box.
17
+
*[Serialization][serializers] that supports both [ORM][modelserializer-section] and [non-ORM][serializer-section] data sources.
18
+
* Customizable all the way down - just use [regular function-based views][functionview-section] if you don't need the [more][generic-views][powerful][viewsets][features][routers].
19
+
*[Extensive documentation][index], and [great community support][group].
20
20
21
21
There is a live example API for testing purposes, [available here][sandbox].
22
22
@@ -139,6 +139,19 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Copy file name to clipboardExpand all lines: docs/index.md
+11-5Lines changed: 11 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,11 +15,11 @@ Django REST framework is a powerful and flexible toolkit that makes it easy to b
15
15
16
16
Some reasons you might want to use REST framework:
17
17
18
-
* The Web browseable API is a huge usability win for your developers.
19
-
* Authentication policies including OAuth1a and OAuth2 out of the box.
20
-
* Serialization that supports both ORM and non-ORM data sources.
21
-
* Customizable all the way down - just use regular function-based views if you don't need the morepowerfulfeatures.
22
-
* Extensive documentation, and great community support.
18
+
* The [Web browseable API][sandbox] is a huge usability win for your developers.
19
+
*[Authentication policies][authentication] including [OAuth1a][oauth1-section] and [OAuth2][oauth2-section] out of the box.
20
+
*[Serialization][serializers] that supports both [ORM][modelserializer-section] and [non-ORM][serializer-section] data sources.
21
+
* Customizable all the way down - just use [regular function-based views][functionview-section] if you don't need the [more][generic-views][powerful][viewsets][features][routers].
22
+
*[Extensive documentation][index], and [great community support][group].
23
23
24
24
There is a live example API for testing purposes, [available here][sandbox].
25
25
@@ -250,6 +250,12 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
0 commit comments