I have the following fields in my Model:
class Event(models.Model): starts = models.DateTimeField() ends = models.DateTimeField()
I