diff options
Diffstat (limited to 'docs/ref/models')
| -rw-r--r-- | docs/ref/models/options.txt | 5 |
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' |
