mirror of
https://github.com/django/django.git
synced 2025-07-24 13:44:32 +00:00
[3.1.x] Reverted "Fixed #30300 -- Allowed migrations to be loaded from directories without __init__.py file."
This reverts commit3cd3bebe89
. Backport offf55adbd0d
from master
This commit is contained in:
parent
5360f002f8
commit
d004bcee0c
3 changed files with 11 additions and 16 deletions
|
@ -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
|
||||
~~~~~~
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue