Skip to content

Releases: mostafa-mahmoud/djenerator

v1.1.2

26 Sep 10:53
Compare
Choose a tag to compare
  • Enhanced documentation.
  • Included a flag to allow connection models to earlier generated models, not only the ones being generated.

v1.1.1

26 Sep 01:52
Compare
Choose a tag to compare
  • Lowered the entry barrier for using the package, it can work without any intervention in most cases. An easy and minimal overriding mechanism is provided.
  • Enhanced and simplified the generation technique instead of using the old depth-first-search with limited coverage.
  • Enhanced some of the random generators; string generators sometimes produce slightly more meaningful strings, and date/time generators support timezones.
  • Added support for field validators constraints.
  • Added more extensive support for various Django versions from 1.10 to 4.1, with various Python versions between 3.5-3.9.
  • Enhanced the unit-tests.