Changes between Initial Version and Version 1 of Ticket #31286, comment 11
- Timestamp:
- Sep 29, 2025, 4:56:12 PM (11 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #31286, comment 11
initial v1 15 15 As 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 16 16 17 {{{ !diff17 {{{#!diff 18 18 diff --git a/django/core/checks/database.py b/django/core/checks/database.py 19 19 index d125f1eaa6..91265ac966 100644