aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorStephan Groß2013-03-04 14:04:03 +0100
committerStephan Groß2013-03-04 14:04:03 +0100
commitd6391359f5cf4be394cf5785edab882f28cb225a (patch)
tree7eaa9876b96436a77feaf490382271d16133d643 /docs
parent4cdb6b2959f6d13417c48781d53c4e7e685934e7 (diff)
downloaddjango-rest-framework-d6391359f5cf4be394cf5785edab882f28cb225a.tar.bz2
Fix fix migrate authtoken
Diffstat (limited to 'docs')
-rw-r--r--docs/api-guide/settings.md12
1 files changed, 0 insertions, 12 deletions
diff --git a/docs/api-guide/settings.md b/docs/api-guide/settings.md
index 0ecb1d2d..e103fbab 100644
--- a/docs/api-guide/settings.md
+++ b/docs/api-guide/settings.md
@@ -174,16 +174,4 @@ The name of a parameter in the URL conf that may be used to provide a format suf
Default: `'format'`
-## REQUIRED_MIGRATIONS
-
-This is a list of required migrations which are needed by the authtoken migration.
-
-E.g.
-
- (
- ('users', '0001_initial'),
- )
-
-Default: `'()'`
-
[cite]: http://www.python.org/dev/peps/pep-0020/