- Added feature Custom Management command as a tool for unittests.
1.1.1
- added badges
1.1.0
- added feature `FakerModel` & integrated with **[Faker](https://github.com/joke2k/faker)**
1.0.9
1. fixed `ManyToManyField` (return the random objects from many to many field). 2. fixed `ForeignKey` Field (return the random object from foreign field).
1.0.8
- Fixed `model_class._meta.fields` to `model_class._meta.get_fields()`