Merge pull request #648 from alphagov/quis-patch-1

Remove outdated comment
This commit is contained in:
Chris Hill-Scott
2016-08-31 13:25:18 +01:00
committed by GitHub

View File

@@ -64,13 +64,6 @@ def _validate_datetime_not_in_past(dte, msg="Date cannot be in the past"):
raise ValidationError(msg)
# TODO I think marshmallow provides a better integration and error handling.
# Would be better to replace functionality in dao with the marshmallow supported
# functionality.
# http://marshmallow.readthedocs.org/en/latest/api_reference.html
# http://marshmallow.readthedocs.org/en/latest/extending.html
class BaseSchema(ma.ModelSchema):
def __init__(self, load_json=False, *args, **kwargs):