예제 #1
0
 def translations(self):
     return proxy_dict(
         self,
         '_translations',
         ArticleTranslation.locale
     )
예제 #2
0
 def translations(self):
     return proxy_dict(self, '_translations', ArticleTranslation.locale)
예제 #3
0
 def translations(self):
     return proxy_dict(
         self,
         '_translations',
         getattr(self.__translatable__['class'], 'locale')
     )