mirror of
https://github.com/django/django.git
synced 2024-12-26 02:56:25 +00:00
Add clarifying comment
This commit is contained in:
parent
3f1f91f155
commit
d5a7a3d6a8
@ -39,7 +39,8 @@ class Command(BaseCommand):
|
|||||||
self.stderr.write("App '%s' could not be found. Is it in INSTALLED_APPS?" % app_label)
|
self.stderr.write("App '%s' could not be found. Is it in INSTALLED_APPS?" % app_label)
|
||||||
sys.exit(2)
|
sys.exit(2)
|
||||||
|
|
||||||
# Load the current graph state
|
# Load the current graph state. Takes a connection, but it's not used
|
||||||
|
# (makemigrations doesn't look at the database state).
|
||||||
loader = MigrationLoader(connections["default"])
|
loader = MigrationLoader(connections["default"])
|
||||||
|
|
||||||
# Detect changes
|
# Detect changes
|
||||||
|
Loading…
Reference in New Issue
Block a user