Changes between Version 2 and Version 3 of Ticket #26970
- Timestamp:
- Jul 29, 2016, 1:02:48 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #26970
- Property Summary disabled modelMultipleChoiceField does not validate anymore → Disabled ModelMultipleChoiceField does not validate anymore
-
Ticket #26970 – Description
v2 v3 23 23 24 24 this showed up in 3744fc1666c41aeb4ed44f31605bafdb413b42bc, the fix for https://code.djangoproject.com/ticket/26917#comment:1 25 26 likely related: https://code.djangoproject.com/ticket/25980, same error message when providing a queryset as initial value to a disabled ModelMultipleChoiceField.