mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Fixed #28387 -- Fixed has_changed() for disabled form fields that subclass it.
This commit is contained in:
committed by
Tim Graham
parent
2e9ada1551
commit
5debbdfcc8
@@ -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``.
|
||||
|
||||
Reference in New Issue
Block a user