From b582d00c75fad7a1fed2ea5a6542e9b92f18dbd1 Mon Sep 17 00:00:00 2001 From: Mariusz Felisiak Date: Mon, 18 Nov 2019 09:25:58 +0100 Subject: [PATCH] [3.0.x] Updated man page for Django 3.0 release candidate 1. --- docs/man/django-admin.1 | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/docs/man/django-admin.1 b/docs/man/django-admin.1 index f16dac8ad8..0bcbad19d1 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" "October 14, 2019" "3.0" "Django" +.TH "DJANGO-ADMIN" "1" "November 18, 2019" "3.0" "Django" .SH NAME 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. .sp 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 -in \fBsite\-packages/django/bin\fP within your Python installation. Consider +Django via \fBpip\fP\&. If it\(aqs not on your path, you can find it in +\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\&. .sp For Windows users, who do not have symlinking functionality available, you can @@ -321,6 +321,15 @@ program manually. .UNINDENT .sp 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 .INDENT 0.0 .TP