Exemplo n.º 1
0
 def get(self, ident):
     # override get() so that the flag is always checked in the
     # DB as opposed to pulling from the identity map. - this is optional.
     return BaseQuery.get(self.populate_existing(), ident)