mirror of
https://github.com/django/django.git
synced 2025-08-04 19:08:28 +00:00
Refs #29654 -- Replaced three dots with ellipsis character in output strings.
This commit is contained in:
parent
233c70f047
commit
50b8493581
23 changed files with 60 additions and 60 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue