diff options
| author | Sarah Boyce <42296566+sarahboyce@users.noreply.github.com> | 2025-02-19 11:43:27 +0100 |
|---|---|---|
| committer | Sarah Boyce <42296566+sarahboyce@users.noreply.github.com> | 2025-02-19 11:43:27 +0100 |
| commit | 3d9694d9428b24c81426a507b65cb3d4b8b2be16 (patch) | |
| tree | 484956a1d410bde8ef0a97a85b7c1eea277a7f75 | |
| parent | 79b16584949352ad5b6a1d52899a532232a5ec8a (diff) | |
[5.2.x] Updated man page for Django 5.2 beta.
| -rw-r--r-- | docs/man/django-admin.1 | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/docs/man/django-admin.1 b/docs/man/django-admin.1 index 7a544fb276..dfc0c44c8a 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" "January 15, 2025" "5.2" "Django" +.TH "DJANGO-ADMIN" "1" "February 19, 2025" "5.2" "Django" .SH NAME django-admin \- Utility script for the Django web framework .sp @@ -1431,6 +1431,14 @@ default, the script pointed to by the \X'tty: link https://docs.python.org/3/usi variable or the \fB~/.pythonrc.py\fP script is read. .INDENT 0.0 .TP +.B \-\-no\-imports +.UNINDENT +.sp + +.sp +Disables the automatic import of models from \fI\%INSTALLED_APPS\fP\&. +.INDENT 0.0 +.TP .B \-\-command COMMAND, \-c COMMAND .UNINDENT .sp |
