Fixed #23891 -- Moved deprecation of IPAddressField to system check framework.

Thanks Markus Holtermann for review.
This commit is contained in:
Tim Graham 2014-12-30 15:45:03 -05:00
parent a7aaabfaf1
commit 40a8504357
11 changed files with 51 additions and 30 deletions

View file

@ -95,6 +95,8 @@ Fields
* **fields.E160**: The options ``auto_now``, ``auto_now_add``, and ``default``
are mutually exclusive. Only one of these options may be present.
* **fields.W161**: Fixed default value provided.
* **fields.W900**: ``IPAddressField`` has been deprecated. Support for it
(except in historical migrations) will be removed in Django 1.9.
File Fields
~~~~~~~~~~~