Changes between Initial Version and Version 1 of Ticket #32264, comment 1
- Timestamp:
- Dec 13, 2020, 4:33:58 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #32264, comment 1
initial v1 3 3 I wonder if we could make `--database` without a value alias to `--database __all__` instead. Maybe it's not a good idea due as might cause an issue similar to #31621? 4 4 5 > Make --deploy imply --database __all__ . Since this is normally run around the same time as migrate, it shouldn't be an issue to connect to all databases at that point (and was the behaviour of Django <3.1 anyway). 5 > Make --deploy imply `--database __all__` . Since this is normally run around the same time as migrate, it shouldn't be an issue to connect to all databases at that point (and was the behaviour of Django <3.1 anyway). 6 > 6 7 > Make runserver run database checks for all connections. This will help catch issues in development. 7 8