You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@allura.apache.org by jo...@apache.org on 2014/01/06 16:18:34 UTC

[44/50] git commit: [#4091] completely remove database_uri

[#4091] completely remove database_uri

A few very old migrations will fail, but they are extremely old and not
relevant any more.


Project: http://git-wip-us.apache.org/repos/asf/incubator-allura/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-allura/commit/e33a527d
Tree: http://git-wip-us.apache.org/repos/asf/incubator-allura/tree/e33a527d
Diff: http://git-wip-us.apache.org/repos/asf/incubator-allura/diff/e33a527d

Branch: refs/heads/cj/6992
Commit: e33a527d948e4cb27a57514e9c8560a7a6334561
Parents: 0e8e6de
Author: Dave Brondsema <db...@slashdotmedia.com>
Authored: Thu Jan 2 20:43:04 2014 +0000
Committer: Dave Brondsema <db...@slashdotmedia.com>
Committed: Thu Jan 2 20:55:05 2014 +0000

----------------------------------------------------------------------
 Allura/allura/model/project.py | 4 ----
 1 file changed, 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-allura/blob/e33a527d/Allura/allura/model/project.py
----------------------------------------------------------------------
diff --git a/Allura/allura/model/project.py b/Allura/allura/model/project.py
index 1e5ff19..36e29ab 100644
--- a/Allura/allura/model/project.py
+++ b/Allura/allura/model/project.py
@@ -232,10 +232,6 @@ class Project(MappedClass, ActivityNode, ActivityObject):
         '''ACL processing should proceed up the project hierarchy.'''
         return self.parent_project
 
-    @classmethod
-    def database_uri(cls):
-        return config.get('ming.project.uri')
-
     @LazyProperty
     def allowed_tool_status(self):
         return ['production'] + self._extra_tool_status