Changes between Initial Version and Version 1 of Ticket #33191


Ignore:
Timestamp:
Oct 12, 2021, 3:58:52 PM (3 years ago)
Author:
Barry Johnson
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • TabularUnified Ticket #33191 – Description

    initial v1  
    33{{{
    44parent = Parent(name='parent_object')
    5 child = child(parent=parent)
     5child = Child(parent=parent)
    66parent.save()
    77child.save()
Back to Top