Releases: Brobin/django-seed
Releases · Brobin/django-seed
Management Command in Pypi
Features
- added management command to setup.py
- new fields PositiveIntegerField, GenericIPAddressField, DurationField
Minor Fixes and more tests
Bugfixes
- Many fields extend CharField (SlugField, etc.), so they had to be compared before CharField in FieldGuesser
- Added a few tests for near 100% coverage
First Release, Python 2.7, 3.x and Django 1.7, 1.8 support
I have cleaned up and fixed django_faker
Completely compatible on Python 2.7, 3.2, 3.3, 3.4 with Django 1.7 or 1.8
Features
- Seeder class to manually seed data
- Manage.py command
manage.py seed {app}
- Testing suite setup with Travis