I have a model as below:
from cities.models import City class Post(models.Model): location = models.ForeignKey(City, default=\'\', blank=True, null