Django update and Default argument
With this release, we drop support for django versions lower than 1.11, which will be the last to support Python 2.7. Also, we add Django 2.0
Additionally, if a model field has default
defined, it will take that instead of asking faker for another. Thanks to @abekroenem for his contribution.