Skip to content

Releases: model-bakers/model_bakery

1.3.3

08 Oct 14:39
Compare
Choose a tag to compare

Added

  • _bulk_create flag is not populating related objects as well PR #206
  • Add support for iterators on GFK fields when using _quantity param PR #207
  • Add support for iterators on many-to-many fields PR#237

Changed

  • Fix typos in Recipes documentation page PR #212
  • Add venv to ignored folders of flake8 and pydocstyle PR#214
  • Run flake8 after code modifications when linting PR#214
  • Add typing for baker.make and baker.prepare PR#213

1.3.2

13 Jun 10:50
Compare
Choose a tag to compare
  • Fixed a bug (introduced in 1.2.1) that was breaking imports of recipes from non-installed-app modules PR #201
  • [dev] Dependencies updates

1.3.1

24 Apr 13:55
bf85958
Compare
Choose a tag to compare

Added

  • [dev] Add explanations to imports in generators.py to match with current supported Django versions PR #179

Changed

  • Fix requirements.txt to cover Django 3.2 (everything from 2.2 till 4.0) PR #182