class documentation

class RobustDateField(models.DateField):

View In Hierarchy

DateField that doesn't raise a ValidationError when the date string isn't formated according to ISO (YYYY-MM-DD)

Method to_python Undocumented
def to_python(self, value):

Undocumented