summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorBenjy Weinberger <benjyw@gmail.com>2019-03-28 13:47:05 -0700
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2019-10-10 08:31:41 +0200
commit3cd3bebe8921e14b911b36b2a1cbceef8fb6294e (patch)
tree627dc4f6f3c034c58e3349ffc4ea2f630d245b59 /docs
parent5d9cf79baf07fc4aed7ad1b06990532a65378155 (diff)
Fixed #30300 -- Allowed migrations to be loaded from directories without __init__.py file.
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/3.1.txt3
1 files changed, 2 insertions, 1 deletions
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
~~~~~~