[refactoring] Add a reference to objects from jobs
This commit is contained in:
parent
e819a68f21
commit
a4d93e4ad3
|
@ -162,6 +162,10 @@ mapper(
|
||||||
Package,
|
Package,
|
||||||
backref='harvest_objects',
|
backref='harvest_objects',
|
||||||
),
|
),
|
||||||
|
'job': relation(
|
||||||
|
HarvestJob,
|
||||||
|
backref=u'objects',
|
||||||
|
),
|
||||||
},
|
},
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue