예제 #1
0
파일: models.py 프로젝트: amarh/openPLM
 def excluded_creation_fields(cls):
     return Document.excluded_creation_fields() + ["nb_pages", "format"]
예제 #2
0
 def excluded_creation_fields(cls):
     return Document.excluded_creation_fields() + ["nb_pages", "format"]