diff options
| author | Erik Romijn <erik@erik.io> | 2013-09-28 10:22:46 +0200 |
|---|---|---|
| committer | Aymeric Augustin <aymeric.augustin@m4x.org> | 2013-09-28 10:55:32 +0200 |
| commit | 1a63092981c685214ea189a14007da7bcc823c17 (patch) | |
| tree | e3609a8b97656b2eae4ebc668bfb152d0483fc54 /docs/ref/forms | |
| parent | 8f51ba669aba94eea684ea3f3429fd8e39e70679 (diff) | |
Fixed #20439 -- Started deprecation of IPAddressField
Diffstat (limited to 'docs/ref/forms')
| -rw-r--r-- | docs/ref/forms/fields.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/ref/forms/fields.txt b/docs/ref/forms/fields.txt index 0e4d352132..81b65d04d4 100644 --- a/docs/ref/forms/fields.txt +++ b/docs/ref/forms/fields.txt @@ -657,6 +657,10 @@ For each field, we describe the default widget used if you don't specify .. class:: IPAddressField(**kwargs) + .. deprecated:: 1.7 + This field has been deprecated in favour of + :class:`~django.forms.GenericIPAddressField`. + * Default widget: :class:`TextInput` * Empty value: ``''`` (an empty string) * Normalizes to: A Unicode object. |
