2016-09-26 07:22:19 +02:00
|
|
|
ManyManyThroughListTest_Object:
|
|
|
|
parent1:
|
|
|
|
Title: 'my object'
|
|
|
|
ManyManyThroughListTest_Item:
|
|
|
|
child1:
|
|
|
|
Title: 'item 1'
|
|
|
|
child2:
|
|
|
|
Title: 'item 2'
|
|
|
|
ManyManyThroughListTest_JoinObject:
|
|
|
|
join1:
|
|
|
|
Title: 'join 1'
|
2016-10-03 03:51:34 +02:00
|
|
|
Sort: 4
|
2016-09-26 07:22:19 +02:00
|
|
|
Parent: =>ManyManyThroughListTest_Object.parent1
|
|
|
|
Child: =>ManyManyThroughListTest_Item.child1
|
|
|
|
join2:
|
|
|
|
Title: 'join 2'
|
2016-10-03 03:51:34 +02:00
|
|
|
Sort: 2
|
2016-09-26 07:22:19 +02:00
|
|
|
Parent: =>ManyManyThroughListTest_Object.parent1
|
|
|
|
Child: =>ManyManyThroughListTest_Item.child2
|
|
|
|
ManyManyThroughListTest_VersionedObject:
|
|
|
|
parent1:
|
|
|
|
Title: 'versioned object'
|
|
|
|
ManyManyThroughListTest_VersionedItem:
|
|
|
|
child1:
|
|
|
|
Title: 'versioned item 1'
|
|
|
|
child2:
|
|
|
|
Title: 'versioned item 2'
|
|
|
|
ManyManyThroughListTest_VersionedJoinObject:
|
|
|
|
join1:
|
|
|
|
Title: 'versioned join 1'
|
|
|
|
Parent: =>ManyManyThroughListTest_VersionedObject.parent1
|
|
|
|
Child: =>ManyManyThroughListTest_VersionedItem.child1
|
|
|
|
join2:
|
|
|
|
Title: 'versioned join 2'
|
|
|
|
Parent: =>ManyManyThroughListTest_VersionedObject.parent1
|
|
|
|
Child: =>ManyManyThroughListTest_VersionedItem.child2
|