Changes between Initial Version and Version 1 of Ticket #29470, comment 2
- Timestamp:
- Aug 8, 2021, 11:06:17 AM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #29470, comment 2
initial v1 1 1 From a discussion in a [https://github.com/django/django/pull/14751 PR] for #29026, I think this ticket should be re-opened and handled separately from #29026. My suggestion for addressing this would be to modify the non-interactive questioner so that it logs non-empty output when a question is asked (e.g. saying "Such-and-such question was answered automatically with ..."). This could / should be done using the same output method that the migration command class is using for its logging output. 2 3 In addition, if the answers to one or more questions (provided either automatically from `--no-input` or manually by the user) cause no migrations to be applied, then the migration command class could log that in any case so the user knows.