1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

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

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