From 09c0b1a8fc1c79922188712831ebf439a1fb6a07 Mon Sep 17 00:00:00 2001 From: Carlton Gibson Date: Tue, 6 Apr 2021 11:02:06 +0200 Subject: [PATCH] [3.2.x] Updated manpage for Django 3.2 final. --- docs/man/django-admin.1 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/man/django-admin.1 b/docs/man/django-admin.1 index 2d13663c1ef..bff1461fe04 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: