From 3cd3bebe8921e14b911b36b2a1cbceef8fb6294e Mon Sep 17 00:00:00 2001 From: Benjy Weinberger Date: Thu, 28 Mar 2019 13:47:05 -0700 Subject: Fixed #30300 -- Allowed migrations to be loaded from directories without __init__.py file. --- docs/releases/3.1.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/releases/3.1.txt b/docs/releases/3.1.txt index 6b3fa0b49e..7d1948b183 100644 --- a/docs/releases/3.1.txt +++ b/docs/releases/3.1.txt @@ -155,7 +155,8 @@ Management Commands Migrations ~~~~~~~~~~ -* ... +* Migrations are now loaded also from directories without ``__init__.py`` + files. Models ~~~~~~ -- cgit v1.3