Skip to content

Releases: Brobin/django-seed

Management Command in Pypi

24 Apr 21:44
Compare
Choose a tag to compare

Features

  • added management command to setup.py
  • new fields PositiveIntegerField, GenericIPAddressField, DurationField

Minor Fixes and more tests

22 Apr 20:45
Compare
Choose a tag to compare

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

21 Apr 18:45
Compare
Choose a tag to compare

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