Skip to content

Commit

Permalink
[3.2.x] Updated manpage for Django 3.2 final.
Browse files Browse the repository at this point in the history
  • Loading branch information
carltongibson committed Apr 6, 2021
1 parent 011b92c commit 09c0b1a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/man/django-admin.1
Original file line number Diff line number Diff line change
@@ -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
.
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 09c0b1a

Please sign in to comment.