From f355d253f81c78b595e25e84309b648c24208d73 Mon Sep 17 00:00:00 2001 From: Andrew Godwin Date: Tue, 17 Jun 2014 17:45:38 -0700 Subject: [1.7.x] Fixed #22853: Swapped models are now ignored for migration operations. --- docs/ref/settings.txt | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'docs/ref') 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 -- cgit v1.3