コード例 #1
0
ファイル: view.py プロジェクト: bartaelterman/snippets
 def scaffold_pk(self):
     """
         Return the primary key name(s) from a model
         If model has single primary key, will return a string and tuple otherwise
     """
     return tools.get_primary_key(self.model)
コード例 #2
0
ファイル: view.py プロジェクト: atlaspolyu/flask-admin
 def scaffold_pk(self):
     """
         Return the primary key name(s) from a model
         If model has single primary key, will return a string and tuple otherwise
     """
     return tools.get_primary_key(self.model)