Skip to content

Releases: model-bakers/model_bakery

1.19.5

26 Aug 06:45
f9f441c
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.19.4...1.19.5

1.19.4

20 Aug 15:09
2121a08
Compare
Choose a tag to compare

What's Changed

  • Allow None value for generic foreign keys within iterators by @jeremy-engel in #497
  • Make TextField generator respect max_length by @SergeiJp in #493
  • Deprecate model_bakery.random_gen.gen_text in favor of model_bakery.random_gen.gen_string by @SergeiJp in #493

New Contributors

Full Changelog: 1.19.3...1.19.4

1.19.3

17 Aug 13:31
3a65fa5
Compare
Choose a tag to compare

What's Changed

  • Do not handle GFK fields when the object is None by @amureki in #496

Full Changelog: 1.19.2...1.19.3

1.19.2

16 Aug 13:52
9f45c0d
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.19.1...1.19.2

1.19.1

09 Aug 14:47
d758c7a
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.19.0...1.19.1

1.19.0

09 Aug 13:37
5aa3070
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.18.3...1.19.0

1.18.3

09 Aug 13:30
33893d0
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.18.2...1.18.3

1.18.2

28 Jun 12:03
dc54951
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.18.1...1.18.2

1.18.1

03 Jun 07:28
a9ae541
Compare
Choose a tag to compare

What's Changed

  • Replace expensive count() with cheap exists() by @tuky in #478

New Contributors

  • @tuky made their first contribution in #478

Full Changelog: 1.18.0...1.18.1

1.18.0

21 Apr 15:03
2645017
Compare
Choose a tag to compare

What's Changed

Added

  • Add Django 5.0 support

Changed

  • Allow baking without contenttypes framework

Removed

  • Drop Django 3.2 and 4.1 support (reached end of life)

Other

New Contributors

Full Changelog: 1.17.0...1.18.0