Changes between Initial Version and Version 1 of Ticket #24395
- Timestamp:
- Feb 23, 2015, 7:49:31 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #24395
- Property Severity Normal → Release blocker
- Property Triage Stage Unreviewed → Accepted
- Property Summary Fixing #24325 (Cannot reference FK relation from inline ModelForm.save()) → Cannot reference FK relation from inline ModelForm.save()
- Property Version master → 1.8alpha1
-
Ticket #24395 – Description
initial v1 1 1 Hi devs, 2 2 3 This is directly related to the closed ticket #24 235 by Tim.3 This is directly related to the closed ticket #24325 by Tim. 4 4 5 5 The problem is that the instance of the related object (an `Author` instance in my example) in the formset's forms instances (`BookForm`) is not up-to-date.