field=models.CharField(db_index=True,max_length=200,unique=True,validators=[django.core.validators.RegexValidator('^(SciPostPhysProc|SciPostPhysSel|SciPostPhysLectNotes|SciPostPhysCodeb|SciPostPhysComm|SciPostPhys)(.\\w+(.[0-9]+(.[0-9]{3,})?)?)?$','Only valid DOI expressions are allowed: `[a-zA-Z]+(.\\w+(.[0-9]+(.[0-9]{3,})?)?)?`')]),