Releases: model-bakers/model_bakery
Releases · model-bakers/model_bakery
1.20.5
What's Changed
- Add Django 5.2 support by @scpaes in #526
- Clarify type annotation by @ducdetronquito in #524
- Update documentation by @amureki in #521
- Update README.md by @amureki in #522
New Contributors
- @ducdetronquito made their first contribution in #524
- @scpaes made their first contribution in #526
Full Changelog: 1.20.4...1.20.5
1.20.4
What's Changed
- fix: should not skip auto now fields but assign with specified value by @mattwang44 in #520
Full Changelog: 1.20.3...1.20.4
1.20.3
What's Changed
- fix: auto now fields should be skipped by @mattwang44 in #507
- Isolate Recipe defaults to prevent modification via instances by @gildegoma in #509
New Contributors
- @mattwang44 made their first contribution in #507
- @gildegoma made their first contribution in #509
Full Changelog: 1.20.2...1.20.3
1.20.2
What's Changed
- fix and test regression in 1.18.3 forbidding setting GFK by a function by @PetrDlouhy in #515
- fix and test regression in 1.19.3 forbidding setting GFK via proxy model by @PetrDlouhy in #517
New Contributors
- @PetrDlouhy made their first contribution in #515
Full Changelog: 1.20.1...1.20.2
1.20.1
What's Changed
- fix: Recipe prepare by @MaHryCT3 in #512
- Remove deprecation warning of datetime.datetime.utcfromtimestamp. by @jairhenrique in #510
- Fix #513 -- Add missing doc on
_refresh_after_createoption by @amureki in #514
New Contributors
Full Changelog: 1.20.0...1.20.1
1.20.0
What's Changed
- Adds support to Python 3.13 by @jairhenrique in #504
- Fix #479 -- Make sure
db_defaultis 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
Nonevalue for generic foreign keys within iterators by @jeremy-engel in #497 - Make
TextFieldgenerator respectmax_lengthby @SergeiJp in #493 - Deprecate
model_bakery.random_gen.gen_textin favor ofmodel_bakery.random_gen.gen_stringby @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