summaryrefslogtreecommitdiff
path: root/docs/ref
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2014-12-30 15:45:03 -0500
committerTim Graham <timograham@gmail.com>2015-01-01 13:30:52 -0500
commit40a85043576f6d163a2a05721a4b2710261fc4f5 (patch)
tree5dc6b7e197b5aa0953223f28029609edce4fb66b /docs/ref
parenta7aaabfaf1fa4c20065ab1133d49f40d4de6b409 (diff)
Fixed #23891 -- Moved deprecation of IPAddressField to system check framework.
Thanks Markus Holtermann for review.
Diffstat (limited to 'docs/ref')
-rw-r--r--docs/ref/checks.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/ref/checks.txt b/docs/ref/checks.txt
index 03e74ecd1a..b519b0afab 100644
--- a/docs/ref/checks.txt
+++ b/docs/ref/checks.txt
@@ -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
~~~~~~~~~~~