Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS1
-rw-r--r--src/olpc/datastore/model.py1
2 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index d3afadb..363c5f2 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,4 @@
+* #4662 Add the 'source' property to the model. (marco)
* #4558 Correctly encode characters in URI. (tomeu)
Snapshot a42f40d575
diff --git a/src/olpc/datastore/model.py b/src/olpc/datastore/model.py
index cdaee9f..acabae3 100644
--- a/src/olpc/datastore/model.py
+++ b/src/olpc/datastore/model.py
@@ -399,5 +399,6 @@ defaultModel = Model().addFields(
('icon-color', 'string'),
('preview', 'external'),
('buddies', 'text'),
+ ('source', 'text'),
)