diff options
| author | Stephan Groß | 2013-03-04 13:53:39 +0100 |
|---|---|---|
| committer | Stephan Groß | 2013-03-04 13:53:39 +0100 |
| commit | 4cdb6b2959f6d13417c48781d53c4e7e685934e7 (patch) | |
| tree | 09d41b891cc1afd7a075a0fb57a0e932969df0e5 /docs/api-guide | |
| parent | 282af6057f30b5af4665d687200ee1ebf82fcf00 (diff) | |
| download | django-rest-framework-4cdb6b2959f6d13417c48781d53c4e7e685934e7.tar.bz2 | |
Fix authtoken migration
Diffstat (limited to 'docs/api-guide')
| -rw-r--r-- | docs/api-guide/settings.md | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/docs/api-guide/settings.md b/docs/api-guide/settings.md index e103fbab..0ecb1d2d 100644 --- a/docs/api-guide/settings.md +++ b/docs/api-guide/settings.md @@ -174,4 +174,16 @@ 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/ |
