Changes between Version 1 and Version 2 of Ticket #32264, comment 1


Ignore:
Timestamp:
Dec 13, 2020, 4:34:22 PM (4 years ago)
Author:
Simon Charette

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.
    22
    33I 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?
    44
    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).
    66>
    77> Make runserver run database checks for all connections. This will help catch issues in development.
Back to Top