1
0
mirror of https://github.com/django/django.git synced 2025-07-17 16:19:12 +00:00

[3.0.x] Updated man page for Django 3.0.

This commit is contained in:
Mariusz Felisiak 2020-05-04 07:12:35 +02:00
parent c95ce8c34d
commit b6e76cec12

View File

@ -1,6 +1,6 @@
.\" Man page generated from reStructuredText. .\" Man page generated from reStructuredText.
. .
.TH "DJANGO-ADMIN" "1" "November 18, 2019" "3.0" "Django" .TH "DJANGO-ADMIN" "1" "May 04, 2020" "3.0" "Django"
.SH NAME .SH NAME
django-admin \- Utility script for the Django Web framework django-admin \- Utility script for the Django Web framework
. .
@ -325,7 +325,7 @@ Specifies the database onto which to open a shell. Defaults to \fBdefault\fP\&.
\fBNOTE:\fP \fBNOTE:\fP
.INDENT 0.0 .INDENT 0.0
.INDENT 3.5 .INDENT 3.5
Be aware that not all options set it in the \fBOPTIONS\fP part of your Be aware that not all options set in the \fBOPTIONS\fP part of your
database configuration in \fBDATABASES\fP are passed to the database configuration in \fBDATABASES\fP are passed to the
command\-line client, e.g. \fB\(aqisolation_level\(aq\fP\&. command\-line client, e.g. \fB\(aqisolation_level\(aq\fP\&.
.UNINDENT .UNINDENT
@ -1246,7 +1246,7 @@ by setting the \fBDJANGO_WATCHMAN_TIMEOUT\fP environment variable.
.UNINDENT .UNINDENT
.UNINDENT .UNINDENT
.sp .sp
Watchman support replaced support for \fIpyinotify\fP\&. Watchman support replaced support for \fBpyinotify\fP\&.
.sp .sp
When you start the server, and each time you change Python code while the When you start the server, and each time you change Python code while the