module documentation

Here we define custom model fields that add some functionality to the existing Django model fields.

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