Changes between Initial Version and Version 1 of Ticket #32597
- Timestamp:
- Mar 26, 2021, 5:37:20 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #32597 – Description
initial v1 22 22 Problem is: `cls` has no field `fk` (it has `ct_fk_field` and `ct_field` properly set, though). 23 23 24 In fact, the instance of `BaseInlineFormSet` has a field `fk`, used in many instance methods, but the class itself does not :-( 24 25 25 26 26 I've done the following "fix":