Releases: Brobin/django-seed
Releases · Brobin/django-seed
0.3.1
0.3.0
- Added localization documentation
- Fixed choice fields to only select from available options
- Fix SlugField guesser to have more available options
- Added default hint guesser before failing for non-recognized field type
- Added seeder field hints to CLI command
- Handles relationship fields better
- Uniqueness on fields is respected and throws better errors
- Added integration test suite with bootcamp and Django CRM
- Moved CI to Github Actions
- Upgraded setup.py to remove EoL Python versions
0.2.2
0.2.1
Max Length attribute
Max length is now taken into account, thanks to a PR by @abekroenem
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.
Django 1.9 support
- Made a few tweaks for Django 1.9 support
- Removed support for Python 3.3
Dependency Sorting
Model dependencies are now found and sorted. Resolves all issues related to null foreign keys.
Fix Timezone Aware Dates
Removed warning suppression for timezone aware dates