Changes between Initial Version and Version 1 of Ticket #31721, comment 6
- Timestamp:
- Jun 22, 2020, 1:06:50 AM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #31721, comment 6
initial v1 1 I agree with Simon that it's really niche and `ModelForm.Meta.formfield_callback` has never been a documented and [https://github.com/django/django/blob/f386454d1302b66d0eb331ed0ae9e4811e2f3a15/django/forms/models.py#L195-L205 supported feature]. Nevertheless, we should support it for consistency with other `Meta` options (this can also simplify fix for #24974) 1 I agree with Simon that it's really niche and `ModelForm.Meta.formfield_callback` has never been a documented and [https://github.com/django/django/blob/f386454d1302b66d0eb331ed0ae9e4811e2f3a15/django/forms/models.py#L195-L205 supported feature]. Nevertheless, we should support it for consistency with other `Meta` options (this can also simplify fix for #24974), see also [https://code.djangoproject.com/ticket/12915#comment:16 a comment].