Changes between Initial Version and Version 1 of Ticket #34532, comment 9
- Timestamp:
- Jun 1, 2023, 8:37:01 AM (18 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #34532, comment 9
initial v1 1 My and my colleagues tried to reproduce and ill strate the issue. We did so in this repository: https://github.com/fourdigits/ticket_34532/1 My and my colleagues tried to reproduce and illustrate the issue. We did so in this repository: https://github.com/fourdigits/ticket_34532/ 2 2 3 Based on this, we feel that the issue as reported by Ryan Burt has merit: when we use formset_factory to create a formset, the default should be to use the form's renderer. \3 Based on this, we feel that the issue as reported by Ryan Burt has merit: when we use formset_factory to create a formset, the default should be to use the form's renderer. 4 4 5 5 Changing this behavior, as Christopher Cave-Ayland already tried, would be welcome.