File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
.\" Man page generated from reStructuredText.
2
2
.
3
- .TH "DJANGO-ADMIN" "1" "January 14 , 2021" "3.2" "Django"
3
+ .TH "DJANGO-ADMIN" "1" "April 06 , 2021" "3.2" "Django"
4
4
.SH NAME
5
5
django-admin \- Utility script for the Django Web framework
6
6
.
@@ -462,9 +462,9 @@ Specifies the number of indentation spaces to use in the output. Defaults to
462
462
.UNINDENT
463
463
.sp
464
464
Prevents specific applications or models (specified in the form of
465
- \fB app_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
+ \fB app_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.
468
468
.sp
469
469
If you want to exclude multiple applications, pass \fB \-\- exclude \fP more than
470
470
once:
You can’t perform that action at this time.
0 commit comments