From 9756c334294ad573d887b449e2fe1cc87387af40 Mon Sep 17 00:00:00 2001 From: wtkm11 Date: Sat, 25 Apr 2020 14:54:20 -0400 Subject: Fixed #31504 -- Allowed calling makemigrations without an active database connection. --- docs/ref/django-admin.txt | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'docs/ref') diff --git a/docs/ref/django-admin.txt b/docs/ref/django-admin.txt index 4cd477b7a8..46e048e648 100644 --- a/docs/ref/django-admin.txt +++ b/docs/ref/django-admin.txt @@ -824,6 +824,12 @@ Generate migration files without Django version and timestamp header. Makes ``makemigrations`` exit with a non-zero status when model changes without migrations are detected. +.. versionchanged:: 3.2 + + Support for calling ``makemigrations`` without an active database + connection was added. In that case, check for a consistent migration + history is skipped. + ``migrate`` ----------- -- cgit v1.3