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


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

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #32264, comment 1

    initial v1  
    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).
     6>
    67> Make runserver run database checks for all connections. This will help catch issues in development.
    78
Back to Top