I am using a django DateField in my model.
class CalWeek(models.Model): start_monday = models.DateField(verbose_name=\"Start monday\")
I hav