From 50b8493581fea3d7137dd8db33bac7008868d23a Mon Sep 17 00:00:00 2001 From: Claude Paroz Date: Wed, 22 Aug 2018 15:13:58 +0200 Subject: Refs #29654 -- Replaced three dots with ellipsis character in output strings. --- docs/intro/tutorial02.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/intro/tutorial02.txt') 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 -- cgit v1.3