Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTomeu Vizoso <tomeu@tomeuvizoso.net>2007-11-14 19:57:03 (GMT)
committer Tomeu Vizoso <tomeu@tomeuvizoso.net>2007-11-14 19:57:03 (GMT)
commitea0764a9e974c968b2010f36f2f92dd4d6e8988f (patch)
tree8b728a221b73e3294dc0ad899c9a1777246adf9e
parent9211b2c98829bd0e6d37107b0de726bb2d4604b4 (diff)
#4662 Add the 'source' property to the model.
-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'),
)