field=models.CharField(choices=[('active','Active'),('inactive','Inactive')],db_index=True,default='active',help_text='Used to determine whether journal is marketed or not.',max_length=24,validators=[djchoices.choices.ChoicesValidator({'active':'Active','inactive':'Inactive'})]),