Refs #29654 -- Replaced three dots with ellipsis character in output strings.

This commit is contained in:
Claude Paroz 2018-08-22 15:13:58 +02:00 committed by Tim Graham
parent 233c70f047
commit 50b8493581
23 changed files with 60 additions and 60 deletions

View file

@ -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

View file

@ -279,7 +279,7 @@ When you run your tests, you'll see a number of messages as the test runner
prepares itself. You can control the level of detail of these messages with the
``verbosity`` option on the command line::
Creating test database...
Creating test database
Creating table myapp_animal
Creating table myapp_mineral