aboutsummaryrefslogtreecommitdiffstats
path: root/docs/api-guide/authentication.md
diff options
context:
space:
mode:
authorCarlton Gibson2014-08-18 13:52:57 +0200
committerCarlton Gibson2014-08-18 13:52:57 +0200
commitdb4426fc35a92d2b0e263fd8a5702203cb3e06ed (patch)
tree733ec65f768b61fde7757adb4b39bcb58cf6c58c /docs/api-guide/authentication.md
parentae2ab496c2fa42ed60d325df4579b1ba38d3bfb5 (diff)
downloaddjango-rest-framework-db4426fc35a92d2b0e263fd8a5702203cb3e06ed.tar.bz2
Alter other reference to migrations.
Diffstat (limited to 'docs/api-guide/authentication.md')
-rwxr-xr-xdocs/api-guide/authentication.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/api-guide/authentication.md b/docs/api-guide/authentication.md
index ee59b375..bc2ca4b6 100755
--- a/docs/api-guide/authentication.md
+++ b/docs/api-guide/authentication.md
@@ -129,7 +129,7 @@ To use the `TokenAuthentication` scheme you'll need to [configure the authentica
---
-**Note:** Make sure to run `manage.py syncdb` after changing your settings. Both Django native (from v1.7) and South migrations for the `authtoken` database tables are provided. See [Schema migrations](#schema-migrations) below.
+**Note:** Make sure to run `manage.py syncdb` after changing your settings. The 'rest_framework.authtoken' provides both Django (from v1.7) and South database migrations. See [Schema migrations](#schema-migrations) below.
---