From ea0764a9e974c968b2010f36f2f92dd4d6e8988f Mon Sep 17 00:00:00 2001 From: Tomeu Vizoso Date: Wed, 14 Nov 2007 19:57:03 +0000 Subject: #4662 Add the 'source' property to the model. --- 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'), ) -- cgit v0.9.1