Skip to content

Django update and Default argument

Compare
Choose a tag to compare
@Brobin Brobin released this 15 Jan 19:53
635fa83

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.