field=models.CharField(db_index=True,help_text='The lifecycle status of this Program.',choices=[('unpublished','Unpublished'),('active','Active'),('retired','Retired'),('deleted','Deleted')],max_length=24,validators=[djchoices.choices.ChoicesValidator({'unpublished':'Unpublished','active':'Active','deleted':'Deleted','retired':'Retired'})]),