I\'m Django 3.1.4 with Postgres 13
Model:
class Programme(models.Model): client = models.CharField(max_length=50, editable=True, blank=False, null=