summaryrefslogtreecommitdiff
path: root/docs/releases
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2020-07-22 01:04:06 -0400
committerGitHub <noreply@github.com>2020-07-22 07:04:06 +0200
commitff55adbd0da6618abaf265d16196bf54f81aa77a (patch)
treea4b16306b57c8b49bd62cbf9c03922d9a80b8b70 /docs/releases
parent3f2821af6bc48fa8e7970c1ce27bc54c3172545e (diff)
Reverted "Fixed #30300 -- Allowed migrations to be loaded from directories without __init__.py file."
This reverts commit 3cd3bebe8921e14b911b36b2a1cbceef8fb6294e.
Diffstat (limited to 'docs/releases')
-rw-r--r--docs/releases/3.1.txt6
1 files changed, 0 insertions, 6 deletions
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
~~~~~~