I have these two models:
class Lecture(models.Model): lecture_no = models.IntegerField(null=True) title = models.CharField(max_length=128, unique=True, n