You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@allura.apache.org by br...@apache.org on 2013/08/21 22:12:52 UTC

[36/50] git commit: [#3154] ticket:411 added exportable to Application docstring

[#3154] ticket:411 added exportable to Application docstring


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

Branch: refs/heads/db/3154b
Commit: 06f6b773eb548798bc023d9190e024143667e8e1
Parents: 4d58de2
Author: Anton Kasyanov <mi...@gmail.com>
Authored: Tue Aug 13 16:16:30 2013 +0300
Committer: Dave Brondsema <db...@slashdotmedia.com>
Committed: Wed Aug 21 18:12:27 2013 +0000

----------------------------------------------------------------------
 Allura/allura/app.py | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-allura/blob/06f6b773/Allura/allura/app.py
----------------------------------------------------------------------
diff --git a/Allura/allura/app.py b/Allura/allura/app.py
index be2f70a..5de6a12 100644
--- a/Allura/allura/app.py
+++ b/Allura/allura/app.py
@@ -174,6 +174,7 @@ class Application(object):
         is 'production'.
     :cvar bool searchable: If True, show search box in the left menu of this
         Application. Default is True.
+    :cvar bool exportable: Default is False, Application can't be exported to json.
     :cvar list permissions: Named permissions used by instances of this
         Application. Default is [].
     :cvar dict permissions_desc: Descriptions of the named permissions.