[3.0.x] Updated man page for Django 3.0.
This commit is contained in:
parent
c95ce8c34d
commit
b6e76cec12
|
@ -1,6 +1,6 @@
|
|||
.\" 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
|
||||
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
|
||||
.INDENT 0.0
|
||||
.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
|
||||
command\-line client, e.g. \fB\(aqisolation_level\(aq\fP\&.
|
||||
.UNINDENT
|
||||
|
@ -1246,7 +1246,7 @@ by setting the \fBDJANGO_WATCHMAN_TIMEOUT\fP environment variable.
|
|||
.UNINDENT
|
||||
.UNINDENT
|
||||
.sp
|
||||
Watchman support replaced support for \fIpyinotify\fP\&.
|
||||
Watchman support replaced support for \fBpyinotify\fP\&.
|
||||
|
||||
.sp
|
||||
When you start the server, and each time you change Python code while the
|
||||
|
|
Loading…
Reference in New Issue