예제 #1
0
파일: person.py 프로젝트: cjw296/ForJames
 def permissions(self):
     return _M2MCollection_(self,Permission,PersonPermission)
예제 #2
0
 def tags(self):
     return _M2MCollection_(self, Tag, PageTag)
예제 #3
0
파일: page.py 프로젝트: cjw296/ForJames
 def tags(self):
     return _M2MCollection_(self,Tag,PageTag)