From ff55adbd0da6618abaf265d16196bf54f81aa77a Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Wed, 22 Jul 2020 01:04:06 -0400 Subject: Reverted "Fixed #30300 -- Allowed migrations to be loaded from directories without __init__.py file." This reverts commit 3cd3bebe8921e14b911b36b2a1cbceef8fb6294e. --- docs/releases/3.1.txt | 6 ------ 1 file changed, 6 deletions(-) (limited to 'docs') diff --git a/docs/releases/3.1.txt b/docs/releases/3.1.txt index a9843f638b..cd74eb81cb 100644 --- a/docs/releases/3.1.txt +++ b/docs/releases/3.1.txt @@ -337,12 +337,6 @@ Management Commands * The :djadmin:`flush` and :djadmin:`sqlflush` commands now include SQL to reset sequences on SQLite. -Migrations -~~~~~~~~~~ - -* Migrations are now loaded also from directories without ``__init__.py`` - files. - Models ~~~~~~ -- cgit v1.3