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.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/sugar_network/model/context.py b/sugar_network/model/context.py
index 461960b..872d74d 100644
--- a/sugar_network/model/context.py
+++ b/sugar_network/model/context.py
@@ -111,11 +111,11 @@ class Context(db.Resource):
'mime_type': 'image/png',
})
- @db.indexed_property(slot=3, default=0, acl=ACL.READ | ACL.CALC)
+ @db.indexed_property(slot=2, default=0, acl=ACL.READ | ACL.CALC)
def downloads(self, value):
return value
- @db.indexed_property(slot=4, typecast=model.RATINGS, default=0,
+ @db.indexed_property(slot=3, typecast=model.RATINGS, default=0,
acl=ACL.READ | ACL.CALC)
def rating(self, value):
return value