I have the following models:
class P(models.Model): name = models.CharField(max_length=30, blank=False) class pr(models.Model): p = models.ForeignK