summaryrefslogtreecommitdiff
path: root/docs/ref/models
diff options
context:
space:
mode:
Diffstat (limited to 'docs/ref/models')
-rw-r--r--docs/ref/models/options.txt5
1 files changed, 2 insertions, 3 deletions
diff --git a/docs/ref/models/options.txt b/docs/ref/models/options.txt
index 5fd363f0d9..2f4f5aff71 100644
--- a/docs/ref/models/options.txt
+++ b/docs/ref/models/options.txt
@@ -24,9 +24,8 @@ Available ``Meta`` options
.. attribute:: Options.app_label
- If a model exists outside of an application in :setting:`INSTALLED_APPS` or
- if it's imported before its application was loaded, it must define which
- app it is part of::
+ If a model is defined outside of an application in
+ :setting:`INSTALLED_APPS`, it must declare which app it belongs to::
app_label = 'myapp'