Changes between Initial Version and Version 1 of Ticket #24395


Ignore:
Timestamp:
Feb 23, 2015, 7:49:31 AM (9 years ago)
Author:
Tim Graham
Comment:

Do you have time to add a test now? tests/model_formsets is probably a good place. If not, I can pick this up.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #24395

    • Property Severity NormalRelease blocker
    • Property Triage Stage UnreviewedAccepted
    • Property Summary Fixing #24325 (Cannot reference FK relation from inline ModelForm.save())Cannot reference FK relation from inline ModelForm.save()
    • Property Version master1.8alpha1
  • Ticket #24395 – Description

    initial v1  
    11Hi devs,
    22
    3 This is directly related to the closed ticket #24235 by Tim.
     3This is directly related to the closed ticket #24325 by Tim.
    44
    55The 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.
Back to Top