diff options
| author | Jacob Walls <jacobtylerwalls@gmail.com> | 2021-08-06 09:59:53 -0400 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2022-01-10 18:49:57 +0100 |
| commit | 6f78cb6b13fca2512f80dcd2bce7838bf33b70f0 (patch) | |
| tree | cb7599bf8851b490f3423a862867d93b0a7684fc /docs/ref | |
| parent | 274771df9133542df048cc104c19e7756f9d3715 (diff) | |
Fixed #29026 -- Added --scriptable option to makemigrations.
Diffstat (limited to 'docs/ref')
| -rw-r--r-- | docs/ref/django-admin.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/ref/django-admin.txt b/docs/ref/django-admin.txt index 6188324d52..78770fbf72 100644 --- a/docs/ref/django-admin.txt +++ b/docs/ref/django-admin.txt @@ -825,6 +825,13 @@ Generate migration files without Django version and timestamp header. Makes ``makemigrations`` exit with a non-zero status when model changes without migrations are detected. +.. django-admin-option:: --scriptable + +.. versionadded:: 4.1 + +Diverts log output and input prompts to ``stderr``, writing only paths of +generated migration files to ``stdout``. + ``migrate`` ----------- |
