mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
[2.2.x] Fixed #30184 -- Removed ellipsis characters from shell output strings.
Partially reverted50b8493581(refs #29654) to avoid a crash when the user shell doesn't support non-ASCII characters. Backport of2bd8df243afrom master.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user