diff options
| author | Adam Johnson <me@adamj.eu> | 2020-12-14 05:31:53 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-12-14 06:31:53 +0100 |
| commit | 187e088b48449a9d3535c85e407f070a4ebc94ef (patch) | |
| tree | d13375953bdc94d53f8a1f0965f2954070c345a4 /docs | |
| parent | 991dce4fc5b656e04af08a595181bd576f2bd857 (diff) | |
Removed redundant sentence in 'check' management command docs.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/ref/django-admin.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/docs/ref/django-admin.txt b/docs/ref/django-admin.txt index d45851e88f..b2c885431f 100644 --- a/docs/ref/django-admin.txt +++ b/docs/ref/django-admin.txt @@ -95,8 +95,6 @@ providing a list of app labels as arguments:: django-admin check auth admin myapp -If you do not specify any app, all apps will be checked. - .. django-admin-option:: --tag TAGS, -t TAGS The system check framework performs many different types of checks that are |
