[3.1.x] Reverted "Fixed #30300 -- Allowed migrations to be loaded from directories without __init__.py file."

This reverts commit 3cd3bebe89.
Backport of ff55adbd0d from master
This commit is contained in:
Tim Graham 2020-07-22 01:04:06 -04:00 committed by Mariusz Felisiak
parent 5360f002f8
commit d004bcee0c
3 changed files with 11 additions and 16 deletions

View file

@ -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
~~~~~~