Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar_network/model/context.py
diff options
context:
space:
mode:
Diffstat (limited to 'sugar_network/model/context.py')
-rw-r--r--sugar_network/model/context.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/sugar_network/model/context.py b/sugar_network/model/context.py
index 89a0c08..45b20c2 100644
--- a/sugar_network/model/context.py
+++ b/sugar_network/model/context.py
@@ -82,11 +82,6 @@ class Context(db.Resource):
def releases(self, value):
return value
- @db.indexed_property(db.Numeric, slot=2, default=0,
- acl=ACL.READ | ACL.LOCAL)
- def solves(self, value):
- return value
-
@db.indexed_property(model.Rating, slot=3, acl=ACL.READ | ACL.LOCAL)
def rating(self, value):
return value