summaryrefslogtreecommitdiff
path: root/docs/intro/tutorial02.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/intro/tutorial02.txt
parent233c70f0479beb3bff9027e6cff680882978fd4d (diff)
Refs #29654 -- Replaced three dots with ellipsis character in output strings.
Diffstat (limited to 'docs/intro/tutorial02.txt')
-rw-r--r--docs/intro/tutorial02.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/intro/tutorial02.txt b/docs/intro/tutorial02.txt
index c1f0aeef46..ea9c3dff56 100644
--- a/docs/intro/tutorial02.txt
+++ b/docs/intro/tutorial02.txt
@@ -338,8 +338,8 @@ Now, run :djadmin:`migrate` again to create those model tables in your database:
Operations to perform:
Apply all migrations: admin, auth, contenttypes, polls, sessions
Running migrations:
- Rendering model states... DONE
- Applying polls.0001_initial... OK
+ Rendering model states… DONE
+ Applying polls.0001_initial… OK
The :djadmin:`migrate` command takes all the migrations that haven't been
applied (Django tracks which ones are applied using a special table in your