mirror of
https://github.com/django/django.git
synced 2025-11-03 05:13:23 +00:00
Fixed #23891 -- Moved deprecation of IPAddressField to system check framework.
Thanks Markus Holtermann for review.
This commit is contained in:
parent
a7aaabfaf1
commit
40a8504357
11 changed files with 51 additions and 30 deletions
|
|
@ -159,7 +159,8 @@ details on these changes.
|
|||
is loaded. In particular, it won't be possible to import models inside
|
||||
the root package of their application.
|
||||
|
||||
* The model and form ``IPAddressField`` will be removed.
|
||||
* The model and form ``IPAddressField`` will be removed. A stub field will
|
||||
remain for compatibility with historical migrations.
|
||||
|
||||
* ``AppCommand.handle_app()`` will no longer be supported.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue