summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorClaude Paroz <claude@2xlibre.net>2013-10-31 17:45:51 +0100
committerClaude Paroz <claude@2xlibre.net>2013-10-31 17:53:05 +0100
commit8f104bb8d51835c240bbc7f468032b798a263b24 (patch)
tree2b58cfbd3197f19d301c624e71b5d1b6b1c173eb /docs
parent5217d01b77188d79387bb7fa333e5349f66a8efe (diff)
[1.6.x] Fixed #21339 -- Documented removal of some form field error messages
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.6.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/releases/1.6.txt b/docs/releases/1.6.txt
index 66ba6f81a3..950ec6337e 100644
--- a/docs/releases/1.6.txt
+++ b/docs/releases/1.6.txt
@@ -830,6 +830,14 @@ Miscellaneous
changes in 1.6 particularly affect :class:`~django.forms.DecimalField` and
:class:`~django.forms.ModelMultipleChoiceField`.
+* Some :attr:`~django.forms.Field.error_messages` for
+ :class:`~django.forms.IntegerField`,
+ :class:`~django.forms.EmailField`,
+ :class:`~django.forms.IPAddressField`,
+ :class:`~django.forms.GenericIPAddressField`, and
+ :class:`~django.forms.SlugField` have been suppressed because they
+ duplicated error messages already provided by validators tied to the fields.
+
* There have been changes in the way timeouts are handled in cache backends.
Explicitly passing in ``timeout=None`` no longer results in using the
default timeout. It will now set a non-expiring timeout. Passing 0 into the