diff options
| author | Tim Graham <timograham@gmail.com> | 2014-12-30 15:45:03 -0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-01-01 13:30:52 -0500 |
| commit | 40a85043576f6d163a2a05721a4b2710261fc4f5 (patch) | |
| tree | 5dc6b7e197b5aa0953223f28029609edce4fb66b /docs/ref/checks.txt | |
| parent | a7aaabfaf1fa4c20065ab1133d49f40d4de6b409 (diff) | |
Fixed #23891 -- Moved deprecation of IPAddressField to system check framework.
Thanks Markus Holtermann for review.
Diffstat (limited to 'docs/ref/checks.txt')
| -rw-r--r-- | docs/ref/checks.txt | 2 |
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 ~~~~~~~~~~~ |
