Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar_network/model/implementation.py
diff options
context:
space:
mode:
Diffstat (limited to 'sugar_network/model/implementation.py')
-rw-r--r--sugar_network/model/implementation.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/sugar_network/model/implementation.py b/sugar_network/model/implementation.py
index afeda82..53473e3 100644
--- a/sugar_network/model/implementation.py
+++ b/sugar_network/model/implementation.py
@@ -56,6 +56,11 @@ class Implementation(db.Resource):
def notes(self, value):
return value
+ @db.indexed_property(prefix='R', typecast=[], default=[],
+ acl=ACL.CREATE | ACL.READ)
+ def requires(self, value):
+ return value
+
@db.blob_property()
def data(self, value):
return value