diff options
| author | Andrew Godwin <andrew@aeracode.org> | 2014-06-17 17:45:38 -0700 |
|---|---|---|
| committer | Andrew Godwin <andrew@aeracode.org> | 2014-06-17 17:46:52 -0700 |
| commit | f355d253f81c78b595e25e84309b648c24208d73 (patch) | |
| tree | 2b09d8db03cc3c8409ae89c4c98c0d6d3fadc398 /docs/ref | |
| parent | f16554f440a9640dd619ac01278565e4e3e1e2c6 (diff) | |
[1.7.x] Fixed #22853: Swapped models are now ignored for migration operations.
Diffstat (limited to 'docs/ref')
| -rw-r--r-- | docs/ref/settings.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/ref/settings.txt b/docs/ref/settings.txt index b4b432149b..6ea6c2c113 100644 --- a/docs/ref/settings.txt +++ b/docs/ref/settings.txt @@ -2432,6 +2432,12 @@ Default: 'auth.User' The model to use to represent a User. See :ref:`auth-custom-user`. +.. warning:: + You cannot change the AUTH_USER_MODEL setting during the lifetime of + a project (i.e. once you have made and migrated models that depend on it) + without serious effort. It is intended to be set at the project start. + See :ref:`auth-custom-user` for more details. + .. setting:: LOGIN_REDIRECT_URL LOGIN_REDIRECT_URL |
