Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar_network/model/report.py
diff options
context:
space:
mode:
Diffstat (limited to 'sugar_network/model/report.py')
-rw-r--r--sugar_network/model/report.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sugar_network/model/report.py b/sugar_network/model/report.py
index a434a6d..4f201d5 100644
--- a/sugar_network/model/report.py
+++ b/sugar_network/model/report.py
@@ -34,7 +34,7 @@ class Report(db.Resource):
one_way = True
- @db.indexed_property(prefix='C', acl=ACL.CREATE | ACL.READ)
+ @db.indexed_property(db.Reference, prefix='C', acl=ACL.CREATE | ACL.READ)
def context(self, value):
return value