[ckan-changes] commit/ckan: John Glover: [1363] Add model and migration for task_status table
Bitbucket
commits-noreply at bitbucket.org
Tue Oct 4 09:03:22 UTC 2011
1 new changeset in ckan:
http://bitbucket.org/okfn/ckan/changeset/89aa4b1302b1/
changeset: 89aa4b1302b1
branch: feature-1363-add-task-status
user: John Glover
date: 2011-10-04 11:03:00
summary: [1363] Add model and migration for task_status table
affected #: 3 files (-1 bytes)
--- a/ckan/model/__init__.py Mon Oct 03 10:32:58 2011 +0100
+++ b/ckan/model/__init__.py Tue Oct 04 10:03:00 2011 +0100
@@ -23,6 +23,7 @@
from resource import *
from rating import *
from package_relationship import *
+from task_status import *
from changeset import Changeset, Change, Changemask
import ckan.migration
from ckan.lib.helpers import OrderedDict, datetime_to_date_str
Repository URL: https://bitbucket.org/okfn/ckan/
--
This is a commit notification from bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.
More information about the ckan-changes
mailing list