diff options
| author | Priy <priy@crunchrapps.com> | 2016-07-03 16:41:59 +0200 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2016-07-14 12:59:14 -0400 |
| commit | a7b5dfd1703a8fbed70b7aca5e6dda092af51154 (patch) | |
| tree | 0a9dcb69c046f76eb9cc0ab26328f5337fa00f6d /docs | |
| parent | d44afd889275473c97474cca19467d1509e0fcc1 (diff) | |
Fixed #26821 -- Fixed forms.Email/URLField crash on None value.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.11.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/releases/1.11.txt b/docs/releases/1.11.txt index 0ed83a1da8..dc01a824e8 100644 --- a/docs/releases/1.11.txt +++ b/docs/releases/1.11.txt @@ -334,6 +334,10 @@ Miscellaneous new :meth:`.AbstractUser.clean` method so that normalization is applied in cases like model form validation. +* ``EmailField`` and ``URLField`` no longer accept the ``strip`` keyword + argument. Remove it because it doesn't have an effect in older versions of + Django as these fields alway strip whitespace. + .. _deprecated-features-1.11: Features deprecated in 1.11 |
