summaryrefslogtreecommitdiff
path: root/docs/ref/django-admin.txt
diff options
context:
space:
mode:
authorMariusz Felisiak <felisiak.mariusz@gmail.com>2023-05-17 13:14:43 +0200
committerGitHub <noreply@github.com>2023-05-17 13:14:43 +0200
commitc52f4295f254e1c14af769d22b1a5f516a941f58 (patch)
tree8770afde4c44cb372b24d468f33d61ecab5c387e /docs/ref/django-admin.txt
parent93830abf7694e0f281931f10eeaa34993855e7dd (diff)
Fixed #34568 -- Made makemigrations --update respect --name option.
Thanks David Sanders for the report.
Diffstat (limited to 'docs/ref/django-admin.txt')
-rw-r--r--docs/ref/django-admin.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/ref/django-admin.txt b/docs/ref/django-admin.txt
index d268d88e80..110b1e802a 100644
--- a/docs/ref/django-admin.txt
+++ b/docs/ref/django-admin.txt
@@ -757,6 +757,9 @@ generated migration files to ``stdout``.
Merges model changes into the latest migration and optimize the resulting
operations.
+The updated migration will have a generated name. In order to preserve the
+previous name, set it using ``--name``.
+
``migrate``
-----------