- Make compatible with Django 1.9.
- Splitted the django-sampledatahelper and the sampledata library
- Fixed problem with data files to include in the package.
- Adding sampledatafiller command to fill models from settings configuration.
- Adding ModelDataHelper to fill models automatically.
- Adding new generators: - IPv4 - IPv6 - mac address - hex_chars - path - time
- Adding more unit testing.
- Adding unit testing
- Refactor the code
- Some API changes
- Python 3 compatibility
- Adding SAMPLEDATAHELER_SEED setting variable
- Create sphinx documentation (not finished)
- Added char, chars, url and choices_key methods
- Improved the README.rst
- Removed the PIL hard dependency
- Some minor fixes
- Initial version