On Mon, 22 Aug 2016, Tim Graham wrote:
What do you mean by "not accepted"? Is there some error message? What you wrote should work as far as I know.
Tim, Yes, there was an error message that was not saved.
from datetime import date
That's probably the cause: my missing that import in the tutorial. Thanks! Rich

