Changes between Version 1 and Version 2 of Ticket #24988


Ignore:
Timestamp:
Jun 15, 2015, 8:08:13 PM (9 years ago)
Author:
Michael Barr
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #24988 – Description

    v1 v2  
    44class DateRange(models.Model):
    55    start = models.DateField()
    6     end = models.DateField
     6    end = models.DateField()
    77
    88    def clean(self):
Back to Top