Changes between Initial Version and Version 1 of Ticket #31286, comment 11


Ignore:
Timestamp:
Sep 29, 2025, 4:56:12 PM (11 days ago)
Author:
Simon Charette

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #31286, comment 11

    initial v1  
    1515As I've shared in comment:9 I'm in agreement with you here though, I do believe that we should default to having unspecified `database` subset mean ''all databases'' instead of ''no databases'' and not only for `makemigrations`. What I mean is that we should be doing something like the following
    1616
    17 {{{!diff
     17{{{#!diff
    1818diff --git a/django/core/checks/database.py b/django/core/checks/database.py
    1919index d125f1eaa6..91265ac966 100644
Back to Top