Releases: model-bakers/model_bakery
Releases · model-bakers/model_bakery
1.20.0
What's Changed
- Adds support to Python 3.13 by @jairhenrique in #504
- Fix #479 -- Make sure
db_default
is being considered by @berinhard in #502 - Fix coverage artifact uploading by @amureki in #503
Full Changelog: 1.19.5...1.20.0
1.19.5
1.19.4
What's Changed
- Allow
None
value for generic foreign keys within iterators by @jeremy-engel in #497 - Make
TextField
generator respectmax_length
by @SergeiJp in #493 - Deprecate
model_bakery.random_gen.gen_text
in favor ofmodel_bakery.random_gen.gen_string
by @SergeiJp in #493
New Contributors
- @jeremy-engel made their first contribution in #497
- @SergeiJp made their first contribution in #493
Full Changelog: 1.19.3...1.19.4
1.19.3
1.19.2
What's Changed
- Fix #488 -- Align GFK and content type fields by @amureki in #494
- Fix #492 -- Allow
prepare()
to be used with GFK by @amureki in #495 - docs: Add Django settings example for custom field generators by @pclararobles in #491
New Contributors
- @pclararobles made their first contribution in #491
Full Changelog: 1.19.1...1.19.2
1.19.1
What's Changed
- Fix #385 -- Handle bulk creation when using reverse related name by @magdumsuraj07 in #486
New Contributors
- @magdumsuraj07 made their first contribution in #486
Full Changelog: 1.19.0...1.19.1
1.19.0
1.18.3
1.18.2
What's Changed
- Fix make_recipe to work with _quantity #28 by @lucasrcezimbra in #480
- Update ruff CI syntax by @amureki in #481
New Contributors
- @lucasrcezimbra made their first contribution in #480
Full Changelog: 1.18.1...1.18.2