summaryrefslogtreecommitdiff
path: root/docs/ref
diff options
context:
space:
mode:
Diffstat (limited to 'docs/ref')
-rw-r--r--docs/ref/applications.txt4
1 files changed, 0 insertions, 4 deletions
diff --git a/docs/ref/applications.txt b/docs/ref/applications.txt
index 149312aafd..c3a06ab855 100644
--- a/docs/ref/applications.txt
+++ b/docs/ref/applications.txt
@@ -473,10 +473,6 @@ Here are some common problems that you may encounter during initialization:
will also trigger this exception. The ORM cannot function properly until all
models are available.
- Another common culprit is :func:`django.contrib.auth.get_user_model()`. Use
- the :setting:`AUTH_USER_MODEL` setting to reference the User model at import
- time.
-
This exception also happens if you forget to call :func:`django.setup()` in
a standalone Python script.