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
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -39,7 +39,7 @@ Django REST framework is a powerful and flexible toolkit for building Web APIs.
39
39
40
40
Some reasons you might want to use REST framework:
41
41
42
-
* The [Web browsable API][sandbox] is a huge usability win for your developers.
42
+
* The Web browsable API is a huge usability win for your developers.
43
43
*[Authentication policies][authentication] including optional packages for [OAuth1a][oauth1-section] and [OAuth2][oauth2-section].
44
44
*[Serialization][serializers] that supports both [ORM][modelserializer-section] and [non-ORM][serializer-section] data sources.
45
45
* 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].
Copy file name to clipboardExpand all lines: docs/index.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -48,7 +48,7 @@ Django REST framework is a powerful and flexible toolkit for building Web APIs.
48
48
49
49
Some reasons you might want to use REST framework:
50
50
51
-
* The [Web browsable API][sandbox] is a huge usability win for your developers.
51
+
* The Web browsable API is a huge usability win for your developers.
52
52
*[Authentication policies][authentication] including packages for [OAuth1a][oauth1-section] and [OAuth2][oauth2-section].
53
53
*[Serialization][serializers] that supports both [ORM][modelserializer-section] and [non-ORM][serializer-section] data sources.
54
54
* 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].
0 commit comments