#25196 closed Bug (fixed)
Wrong db name in "Destroying old test database" message
Description ¶
The database name to be destroyed in the "Destroying old test database" message is incorrect.
Pull request at https://github.com/django/django/pull/5068
The oracle backend needs a fix too, it also outputs an incorrect db name but the problems in it don't apparently end there as there is some confusion in the messages where it says it's deleting a database but actually deletes a tablespace. So I'll leave fixing that to someone who actually knows what it's doing and can test it.
Change History (11)
comment:1 by , 10 years ago
Triage Stage: | Unreviewed → Accepted |
---|
comment:2 by , 10 years ago
Patch needs improvement: | set |
---|
comment:3 by , 10 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:4 by , 10 years ago
Patch needs improvement: | unset |
---|
comment:6 by , 10 years ago
Has patch: | unset |
---|---|
Owner: | removed |
Patch needs improvement: | unset |
Status: | assigned → new |
Removing self.
Note:
See TracTickets
for help on using tickets.
Taking it since it's getting stale.