def get_value(self, dictionary): """Get value.""" value = super(DateField, self).get_value(dictionary) return to_representation(value)