mirror of
https://github.com/django/django.git
synced 2025-08-03 10:34:04 +00:00
Fixed #29654 -- Made text truncation an ellipsis character instead of three dots.
Thanks Sudhanshu Mishra for the initial patch and Tim Graham for the review.
This commit is contained in:
parent
939dcff24f
commit
201017df30
14 changed files with 65 additions and 60 deletions
|
@ -346,7 +346,7 @@ class MigrateTests(MigrationTestBase):
|
|||
self.assertEqual(
|
||||
'Planned operations:\n'
|
||||
'migrations.0004_fourth\n'
|
||||
' Raw SQL operation -> SELECT * FROM migrations_author W...\n',
|
||||
' Raw SQL operation -> SELECT * FROM migrations_author WHE…\n',
|
||||
out.getvalue()
|
||||
)
|
||||
# Migrate to the fourth migration.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue