diff options
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`` ----------- |
