Changes between Initial Version and Version 1 of Ticket #30014
- Timestamp:
- Dec 6, 2018, 4:33:58 AM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #30014
- Property Keywords to_field_name added
-
Ticket #30014 – Description
initial v1 9 9 Secondly, if a field is disabled but does contain a valid choice, validating the form should work and not trigger an error. 10 10 11 Edit: Adding the **to_field_name** option to the form field fixes the problem. However, when disabled=True is not present, this is not required. 12 11 13 This is probably related to the bugfix for this bug: https://code.djangoproject.com/ticket/28387