diff options
| author | Carlton Gibson <carlton.gibson@noumenal.es> | 2021-04-06 11:02:06 +0200 |
|---|---|---|
| committer | Carlton Gibson <carlton.gibson@noumenal.es> | 2021-04-06 11:02:06 +0200 |
| commit | 09c0b1a8fc1c79922188712831ebf439a1fb6a07 (patch) | |
| tree | fdf6beea662abaab4b48849d6e88872d5f580f1d /docs | |
| parent | 011b92ce9893f32bc06ca0857b426a2dc54edfea (diff) | |
[3.2.x] Updated manpage for Django 3.2 final.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/man/django-admin.1 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/man/django-admin.1 b/docs/man/django-admin.1 index 2d13663c1e..bff1461fe0 100644 --- a/docs/man/django-admin.1 +++ b/docs/man/django-admin.1 @@ -1,6 +1,6 @@ .\" Man page generated from reStructuredText. . -.TH "DJANGO-ADMIN" "1" "January 14, 2021" "3.2" "Django" +.TH "DJANGO-ADMIN" "1" "April 06, 2021" "3.2" "Django" .SH NAME django-admin \- Utility script for the Django Web framework . @@ -462,9 +462,9 @@ Specifies the number of indentation spaces to use in the output. Defaults to .UNINDENT .sp Prevents specific applications or models (specified in the form of -\fBapp_label.ModelName\fP) from being dumped. If you specify a model name, the -output will be restricted to that model, rather than the entire application. -You can also mix application names and model names. +\fBapp_label.ModelName\fP) from being dumped. If you specify a model name, then +only that model will be excluded, rather than the entire application. You can +also mix application names and model names. .sp If you want to exclude multiple applications, pass \fB\-\-exclude\fP more than once: |
