Ejemplo n.º 1
0
 def translations(self):
     return proxy_dict(
         self,
         '_translations',
         ArticleTranslation.locale
     )
Ejemplo n.º 2
0
 def translations(self):
     return proxy_dict(self, '_translations', ArticleTranslation.locale)
Ejemplo n.º 3
0
 def translations(self):
     return proxy_dict(
         self,
         '_translations',
         getattr(self.__translatable__['class'], 'locale')
     )