Robert Kamiński
Robert Kamiński
According to documentation we can change 'subwidget_form' to any build in or custom widget. This option doesn't work because line 29-32 in querySelector hardcore looking for input field, and don't...
Changing base field for DynamicArrayField adds choices to widget. (even if they are empty). [source](https://github.com/django/django/blob/f6018c1e63a04e0c12e2ca759e76e05ccf5e09de/django/forms/fields.py#L782) It could work without changing base to ChoiceField by just explicitly coping choices field to...
I have configuration with Polymorphic Nested Admin. Translation field is child class of polymorphic model. This model is on the second inline depth nesteing in admin model. It almost work....