Changes between Initial Version and Version 1 of Ticket #33191
- Timestamp:
- Oct 12, 2021, 3:58:52 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #33191 – Description
initial v1 3 3 {{{ 4 4 parent = Parent(name='parent_object') 5 child = child(parent=parent)5 child = Child(parent=parent) 6 6 parent.save() 7 7 child.save()