I have the following model defined:
from django.db import models
class Patient(models.Model): BIRTH_GENDERS = ( (\'F\', \'Female\'),