summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2020-07-22 01:04:06 -0400
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2020-07-22 07:04:52 +0200
commitd004bcee0c6c5558e524e2f5c75e3d70a119fd3d (patch)
tree0b2d32fdb5a2d20e1b392e0f26a4037ed9477204 /docs
parent5360f002f8822ef2c43e4f3ecb1859765423ca61 (diff)
[3.1.x] Reverted "Fixed #30300 -- Allowed migrations to be loaded from directories without __init__.py file."
This reverts commit 3cd3bebe8921e14b911b36b2a1cbceef8fb6294e. Backport of ff55adbd0da6618abaf265d16196bf54f81aa77a from master
Diffstat (limited to 'docs')
-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
~~~~~~