Changes between Initial Version and Version 1 of Ticket #33183
- Timestamp:
- Oct 9, 2021, 12:15:39 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #33183 – Description
initial v1 6 6 - observe that a new test database is created now, without any log output (unless there are migrations which output logs) 7 7 8 Offending code: https://github.com/django/django/blob/ca9872905559026af82000e46cde6f7dedc897b6/django/db/backends/base/creation.py#L44 9 8 10 Solution: 9 11 Update log lines to reflect what's happening.