Flask-Fixtures
Flask-Fixtures copied to clipboard
Avoid parsing datetime in json
Hi @croach,
_datetime_parser
sometimes produce strange result so I added option to disable it for those who don't really need datetime objects. I left it enabled by default, so there is no BC.
This PR depends on #31.