[3.2.x] Updated manpage for Django 3.2 final.

This commit is contained in:
Carlton Gibson 2021-04-06 11:02:06 +02:00
parent 011b92ce98
commit 09c0b1a8fc
1 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
.\" Man page generated from reStructuredText. .\" 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 .SH NAME
django-admin \- Utility script for the Django Web framework 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 .UNINDENT
.sp .sp
Prevents specific applications or models (specified in the form of Prevents specific applications or models (specified in the form of
\fBapp_label.ModelName\fP) from being dumped. If you specify a model name, the \fBapp_label.ModelName\fP) from being dumped. If you specify a model name, then
output will be restricted to that model, rather than the entire application. only that model will be excluded, rather than the entire application. You can
You can also mix application names and model names. also mix application names and model names.
.sp .sp
If you want to exclude multiple applications, pass \fB\-\-exclude\fP more than If you want to exclude multiple applications, pass \fB\-\-exclude\fP more than
once: once: