diff options
| author | Srinivas Reddy Thatiparthy <thatiparthysreenivas@gmail.com> | 2017-07-13 20:25:32 +0530 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2017-07-14 13:06:51 -0400 |
| commit | 5debbdfcc84266703191e084914998e38f5f52eb (patch) | |
| tree | 8595d4e155a38ead719dd958db1833aada4c54a4 /docs | |
| parent | 2e9ada15510e5729c331d7383fc9827e9082a8a9 (diff) | |
Fixed #28387 -- Fixed has_changed() for disabled form fields that subclass it.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.11.4.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/releases/1.11.4.txt b/docs/releases/1.11.4.txt index 9448611ecc..c64f5c9c6f 100644 --- a/docs/releases/1.11.4.txt +++ b/docs/releases/1.11.4.txt @@ -21,3 +21,7 @@ Bugfixes * Fixed crash in ``runserver``'s ``autoreload`` with Python 2 on Windows with non-``str`` environment variables (:ticket:`28174`). + +* Corrected ``Field.has_changed()`` to return ``False`` for disabled form + fields: ``BooleanField``, ``MultipleChoiceField``, ``MultiValueField``, + ``FileField``, ``ModelChoiceField``, and ``ModelMultipleChoiceField``. |
