summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNatalia Bidart <124304+nessita@users.noreply.github.com>2023-11-17 16:41:06 -0300
committerNatalia Bidart <124304+nessita@users.noreply.github.com>2023-11-20 08:46:20 -0300
commitefd6cbfadf27f7ef19b81c5e84c8208c46605546 (patch)
tree8d33768888d5962a170be36aa16076ba6edba39c
parentf721fb937c6e41fab3cc1451f7170e8d9ab4940d (diff)
[5.0.x] Updated man page for Django 5.0 rc1.
-rw-r--r--docs/man/django-admin.114
1 files changed, 7 insertions, 7 deletions
diff --git a/docs/man/django-admin.1 b/docs/man/django-admin.1
index 95d34931eb..b3e9bb0373 100644
--- a/docs/man/django-admin.1
+++ b/docs/man/django-admin.1
@@ -27,7 +27,7 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
..
-.TH "DJANGO-ADMIN" "1" "September 18, 2023" "5.0" "Django"
+.TH "DJANGO-ADMIN" "1" "November 17, 2023" "5.0" "Django"
.SH NAME
django-admin \- Utility script for the Django web framework
.sp
@@ -999,7 +999,7 @@ Generate migration files without Django version and timestamp header.
.UNINDENT
.sp
Makes \fBmakemigrations\fP exit with a non\-zero status when model changes without
-migrations are detected.
+migrations are detected. Implies \fB\-\-dry\-run\fP\&.
.sp
In older versions, the missing migrations were also created when using the
\fB\-\-check\fP option.
@@ -1965,12 +1965,12 @@ override this by passing the desired number of processes, e.g.
variable.
.sp
Django distributes test cases — \fI\%unittest.TestCase\fP subclasses — to
-subprocesses. If there are fewer test cases than configured processes, Django
-will reduce the number of processes accordingly.
+subprocesses. If there are fewer test case classes than configured processes,
+Django will reduce the number of processes accordingly.
.sp
-Each process gets its own database. You must ensure that different test cases
-don\(aqt access the same resources. For instance, test cases that touch the
-filesystem should create a temporary directory for their own use.
+Each process gets its own database. You must ensure that different test case
+classes don\(aqt access the same resources. For instance, test case classes that
+touch the filesystem should create a temporary directory for their own use.
.sp
\fBNOTE:\fP
.INDENT 0.0