diff options
| author | Dan Davis <danizen@users.noreply.github.com> | 2019-02-13 13:59:44 -0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2019-02-13 13:59:44 -0500 |
| commit | 2bd8df243ac6fc35e58c9fe90b20c9e42519a5ac (patch) | |
| tree | 1f7507bfac4533ef651aa55a448e64f6ef94e19a /docs/intro/tutorial02.txt | |
| parent | f63811f4813f0e0439e140a97eeba18a5017e858 (diff) | |
Fixed #30184 -- Removed ellipsis characters from shell output strings.
Partially reverted 50b8493581fea3d7137dd8db33bac7008868d23a (refs #29654)
to avoid a crash when the user shell doesn't support non-ASCII characters.
Diffstat (limited to 'docs/intro/tutorial02.txt')
| -rw-r--r-- | docs/intro/tutorial02.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/intro/tutorial02.txt b/docs/intro/tutorial02.txt index 4d2a62bec2..9046d167b0 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 |
