Changes between Version 2 and Version 4 of Ticket #35739
- Timestamp:
- Sep 5, 2024, 11:00:40 PM (3 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #35739
- Property Easy pickings set
- Property Summary formset error → ModelFormset, self.initial_extra issue
-
Ticket #35739 – Description
v2 v4 82 82 }}} 83 83 84 given that self.initial_extra = initial and initial is a dictionary, is IndexError the right exception here? 84 it appears that self.intial_extra may be a dictionary? 85 85