diff options
| author | Jharrod LaFon | 2014-09-05 15:30:01 -0700 |
|---|---|---|
| committer | Jharrod LaFon | 2014-09-05 15:30:01 -0700 |
| commit | baa518cd890103173dd18857c609432bd47c6be4 (patch) | |
| tree | 63d417b45767d3b01180c977e2efcc94ca8a344a /README.md | |
| parent | f4e02446f99cef42f18f57a2712c435a84451868 (diff) | |
| download | django-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.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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]. |
