Skip to content

Commit 09c0b1a

Browse files
committed
[3.2.x] Updated manpage for Django 3.2 final.
1 parent 011b92c commit 09c0b1a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/man/django-admin.1

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.\" Man page generated from reStructuredText.
22
.
3-
.TH "DJANGO-ADMIN" "1" "January 14, 2021" "3.2" "Django"
3+
.TH "DJANGO-ADMIN" "1" "April 06, 2021" "3.2" "Django"
44
.SH NAME
55
django-admin \- Utility script for the Django Web framework
66
.
@@ -462,9 +462,9 @@ Specifies the number of indentation spaces to use in the output. Defaults to
462462
.UNINDENT
463463
.sp
464464
Prevents specific applications or models (specified in the form of
465-
\fBapp_label.ModelName\fP) from being dumped. If you specify a model name, the
466-
output will be restricted to that model, rather than the entire application.
467-
You can also mix application names and model names.
465+
\fBapp_label.ModelName\fP) from being dumped. If you specify a model name, then
466+
only that model will be excluded, rather than the entire application. You can
467+
also mix application names and model names.
468468
.sp
469469
If you want to exclude multiple applications, pass \fB\-\-exclude\fP more than
470470
once:

0 commit comments

Comments
 (0)