summaryrefslogtreecommitdiff
path: root/docs/topics/migrations.txt
diff options
context:
space:
mode:
authorClaude Paroz <claude@2xlibre.net>2018-08-22 15:13:58 +0200
committerTim Graham <timograham@gmail.com>2018-08-22 09:13:58 -0400
commit50b8493581fea3d7137dd8db33bac7008868d23a (patch)
tree17e10260f66489ec5ecc60464e9fb94889c61aa2 /docs/topics/migrations.txt
parent233c70f0479beb3bff9027e6cff680882978fd4d (diff)
downloaddjango-50b8493581fea3d7137dd8db33bac7008868d23a.tar.gz
Refs #29654 -- Replaced three dots with ellipsis character in output strings.
Diffstat (limited to 'docs/topics/migrations.txt')
-rw-r--r--docs/topics/migrations.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/topics/migrations.txt b/docs/topics/migrations.txt
index 4fc1fdd47e..1073ce0cbe 100644
--- a/docs/topics/migrations.txt
+++ b/docs/topics/migrations.txt
@@ -134,8 +134,8 @@ database to make sure they work as expected::
Operations to perform:
Apply all migrations: books
Running migrations:
- Rendering model states... DONE
- Applying books.0003_auto... OK
+ Rendering model states… DONE
+ Applying books.0003_auto… OK
Once the migration is applied, commit the migration and the models change
to your version control system as a single commit - that way, when other