Changes between Version 1 and Version 2 of Ticket #32264, comment 1
- Timestamp:
- Dec 13, 2020, 4:34:22 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #32264, comment 1
v1 v2 1 > Enable --database __all__to allow specifying all the database aliases on the command line.1 > Enable `--database __all__` to allow specifying all the database aliases on the command line. 2 2 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 --deployimply `--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 7 > Make runserver run database checks for all connections. This will help catch issues in development.