aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorJharrod LaFon2014-09-05 15:30:01 -0700
committerJharrod LaFon2014-09-05 15:30:01 -0700
commitbaa518cd890103173dd18857c609432bd47c6be4 (patch)
tree63d417b45767d3b01180c977e2efcc94ca8a344a /README.md
parentf4e02446f99cef42f18f57a2712c435a84451868 (diff)
downloaddjango-rest-framework-baa518cd890103173dd18857c609432bd47c6be4.tar.bz2
Moved OAuth support out of DRF and into a separate package, per #1767
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 63513f75..ebc83bf5 100644
--- a/README.md
+++ b/README.md
@@ -13,7 +13,7 @@ Django REST framework is a powerful and flexible toolkit for building Web APIs.
Some reasons you might want to use REST framework:
* The [Web browseable API][sandbox] is a huge useability win for your developers.
-* [Authentication policies][authentication] including [OAuth1a][oauth1-section] and [OAuth2][oauth2-section] out of the box.
+* [Authentication policies][authentication] including [OAuth1a][oauth1-section] and [OAuth2][oauth2-section] through the rest-framework-oauth package.
* [Serialization][serializers] that supports both [ORM][modelserializer-section] and [non-ORM][serializer-section] data sources.
* 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].
* [Extensive documentation][index], and [great community support][group].