[3.0.x] Updated man page for Django 3.0 release candidate 1.

This commit is contained in:
Mariusz Felisiak 2019-11-18 09:25:58 +01:00
parent b6be0699b9
commit b582d00c75
1 changed files with 12 additions and 3 deletions

View File

@ -1,6 +1,6 @@
.\" Man page generated from reStructuredText. .\" Man page generated from reStructuredText.
. .
.TH "DJANGO-ADMIN" "1" "October 14, 2019" "3.0" "Django" .TH "DJANGO-ADMIN" "1" "November 18, 2019" "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
. .
@ -40,8 +40,8 @@ does the same thing as \fBdjango\-admin\fP but also sets the
project\(aqs \fBsettings.py\fP file. project\(aqs \fBsettings.py\fP file.
.sp .sp
The \fBdjango\-admin\fP script should be on your system path if you installed The \fBdjango\-admin\fP script should be on your system path if you installed
Django via its \fBsetup.py\fP utility. If it\(aqs not on your path, you can find it Django via \fBpip\fP\&. If it\(aqs not on your path, you can find it in
in \fBsite\-packages/django/bin\fP within your Python installation. Consider \fBsite\-packages/django/bin\fP within your Python installation. Consider
symlinking it from some place on your path, such as \fB/usr/local/bin\fP\&. symlinking it from some place on your path, such as \fB/usr/local/bin\fP\&.
.sp .sp
For Windows users, who do not have symlinking functionality available, you can For Windows users, who do not have symlinking functionality available, you can
@ -321,6 +321,15 @@ program manually.
.UNINDENT .UNINDENT
.sp .sp
Specifies the database onto which to open a shell. Defaults to \fBdefault\fP\&. Specifies the database onto which to open a shell. Defaults to \fBdefault\fP\&.
.sp
\fBNOTE:\fP
.INDENT 0.0
.INDENT 3.5
Be aware that not all options set it 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
.UNINDENT
.SS \fBdiffsettings\fP .SS \fBdiffsettings\fP
.INDENT 0.0 .INDENT 0.0
.TP .TP