diff options
| author | Tom Christie | 2013-06-14 12:44:04 +0100 |
|---|---|---|
| committer | Tom Christie | 2013-06-14 12:44:04 +0100 |
| commit | 702ec128ba2880aba14a1d55b87b83deaa11055d (patch) | |
| tree | c35a3e4cf4c17e31671cc484b3322e94f22cfe49 /docs/index.md | |
| parent | 34f34f40b89080936ac8881ba9e77836a2641153 (diff) | |
| parent | 982411e6f44e4135e837e4896d902a01f543dec4 (diff) | |
| download | django-rest-framework-702ec128ba2880aba14a1d55b87b83deaa11055d.tar.bz2 | |
Merge branch 'master' of https://github.com/tomchristie/django-rest-framework
Diffstat (limited to 'docs/index.md')
| -rw-r--r-- | docs/index.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/index.md b/docs/index.md index 0fb5706e..b04e2346 100644 --- a/docs/index.md +++ b/docs/index.md @@ -43,7 +43,7 @@ The following packages are optional: * [django-oauth-plus][django-oauth-plus] (2.0+) and [oauth2][oauth2] (1.5.211+) - OAuth 1.0a support. * [django-oauth2-provider][django-oauth2-provider] (0.2.3+) - OAuth 2.0 support. -**Note**: The `oauth2` python package is badly misnamed, and actually provides OAuth 1.0a support. Also note that packages required for both OAuth 1.0a, and OAuth 2.0 are not yet Python 3 compatible. +**Note**: The `oauth2` Python package is badly misnamed, and actually provides OAuth 1.0a support. Also note that packages required for both OAuth 1.0a, and OAuth 2.0 are not yet Python 3 compatible. ## Installation |
