[refactoring] Add a reference to objects from jobs

This commit is contained in:
Adrià Mercader 2011-04-05 12:36:27 +01:00
parent e819a68f21
commit a4d93e4ad3
1 changed files with 4 additions and 0 deletions

View File

@ -162,6 +162,10 @@ mapper(
Package,
backref='harvest_objects',
),
'job': relation(
HarvestJob,
backref=u'objects',
),
},
)