1
0
mirror of https://github.com/django/django.git synced 2025-05-03 05:34:36 +00:00

[5.0.x] Updated man page for Django 5.0 rc1.

This commit is contained in:
Natalia Bidart 2023-11-17 16:41:06 -03:00
parent f721fb937c
commit efd6cbfadf

View File

@ -27,7 +27,7 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]] .\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u .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 .SH NAME
django-admin \- Utility script for the Django web framework django-admin \- Utility script for the Django web framework
.sp .sp
@ -999,7 +999,7 @@ Generate migration files without Django version and timestamp header.
.UNINDENT .UNINDENT
.sp .sp
Makes \fBmakemigrations\fP exit with a non\-zero status when model changes without 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 .sp
In older versions, the missing migrations were also created when using the In older versions, the missing migrations were also created when using the
\fB\-\-check\fP option. \fB\-\-check\fP option.
@ -1965,12 +1965,12 @@ override this by passing the desired number of processes, e.g.
variable. variable.
.sp .sp
Django distributes test cases — \fI\%unittest.TestCase\fP subclasses — to Django distributes test cases — \fI\%unittest.TestCase\fP subclasses — to
subprocesses. If there are fewer test cases than configured processes, Django subprocesses. If there are fewer test case classes than configured processes,
will reduce the number of processes accordingly. Django will reduce the number of processes accordingly.
.sp .sp
Each process gets its own database. You must ensure that different test cases Each process gets its own database. You must ensure that different test case
don\(aqt access the same resources. For instance, test cases that touch the classes don\(aqt access the same resources. For instance, test case classes that
filesystem should create a temporary directory for their own use. touch the filesystem should create a temporary directory for their own use.
.sp .sp
\fBNOTE:\fP \fBNOTE:\fP
.INDENT 0.0 .INDENT 0.0