summaryrefslogtreecommitdiff
path: root/docs/releases
diff options
context:
space:
mode:
Diffstat (limited to 'docs/releases')
-rw-r--r--docs/releases/1.11.txt6
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/releases/1.11.txt b/docs/releases/1.11.txt
index 805476c348..c32203aaee 100644
--- a/docs/releases/1.11.txt
+++ b/docs/releases/1.11.txt
@@ -288,8 +288,10 @@ File Storage
Forms
~~~~~
-* The new :attr:`CharField.empty_value <django.forms.CharField.empty_value>`
- attribute allows specifying the Python value to use to represent "empty".
+* The new ``empty_value`` attribute on :class:`~django.forms.CharField`,
+ :class:`~django.forms.EmailField`, :class:`~django.forms.RegexField`,
+ :class:`~django.forms.SlugField`, and :class:`~django.forms.URLField` allows
+ specifying the Python value to use to represent "empty".
* The new :meth:`Form.get_initial_for_field()
<django.forms.Form.get_initial_for_field>` method returns initial data for a