Commit 2711d912 authored by Michel Pelletier's avatar Michel Pelletier

Revisions

parent b4c65aa6
......@@ -51,7 +51,7 @@ class File:
provided, then a content type will not be set. If size is not
provided, the size of the file will be computed from 'data'.
Permission -- XXX None XXX
Permission -- Python only
"""
def getSize(self):
......
......@@ -85,5 +85,5 @@ class ObjectManager:
specifying one meta_type, or it can be a list of strings to
specify many.
Permission -- XXX None XXX
Permission -- Python only
"""
......@@ -40,7 +40,7 @@ class ObjectManagerItem:
If the title is not blank, return it, otherwise
return the id.
Permission -- XXX None XXX
Permission -- 'Allways accessable'
"""
def title_and_id(self):
......@@ -48,7 +48,7 @@ class ObjectManagerItem:
If the title is not blank, the return the title
followed by the id in parentheses. Otherwise return the id.
Permission -- XXX None XXX
Permission -- 'Allways accessable'
"""
def this(self):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment