mirror of
https://github.com/django/django.git
synced 2025-11-01 04:17:59 +00:00
Updated some docs for the delayed deprecation of legacy table creation; refs #22340.
This commit is contained in:
parent
541310023d
commit
a2e3c96948
3 changed files with 11 additions and 6 deletions
|
|
@ -62,6 +62,10 @@ details on these changes.
|
|||
is loaded. In particular, it won't be possible to import models inside
|
||||
the root package of their application.
|
||||
|
||||
* If models are organized in a package, Django will no longer look for
|
||||
:ref:`initial SQL data<initial-sql>` in ``myapp/models/sql/``. Move your
|
||||
custom SQL files to ``myapp/sql/``.
|
||||
|
||||
* The model and form ``IPAddressField`` will be removed.
|
||||
|
||||
* ``AppCommand.handle_app()`` will no longer be supported.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue