ed as wontfix):
> https://code.djangoproject.com/ticket/24589
> https://groups.google.com/g/django-developers/c/34HJqx48h6Y/m/Nm3UMTK4BgAJ
>
> On Wednesday, February 17, 2021 at 9:53:07 AM UTC-5 jonask...@gmail.com
> wrote:
>
>>
>> # Feature request: wigets attribute fo
This has been proposed before (closed as wontfix):
https://code.djangoproject.com/ticket/24589
https://groups.google.com/g/django-developers/c/34HJqx48h6Y/m/Nm3UMTK4BgAJ
On Wednesday, February 17, 2021 at 9:53:07 AM UTC-5 jonask...@gmail.com
wrote:
>
> # Feature request: wigets attribu
# Feature request: wigets attribute for ModelFormMixin class
### Status quo
The `ModelFormMixin` class currently implements the `fields` attribute by
it self and pass it to the `modelform_factory`:
```python
class ModelFormMixin(FormMixin, SingleObjectMixin):
"""Provide a