Model Bakery Versions Save

Object factory for Django

1.18.0

3 weeks ago

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: https://github.com/model-bakers/model_bakery/compare/1.17.0...1.18.0

1.17.0

6 months ago

What's Changed

  • Add support to auto_now and auto_now_add fields.
  • Remove unnecessary casting to string methods random_gen.gen_slug and random_gen.gen_string
  • [doc] Update installation command

New Contributors

Full Changelog: https://github.com/model-bakers/model_bakery/compare/1.16.0...1.17.0

1.16.0

7 months ago

What's Changed

Added

  • [dev] Test coverage report

Changed

  • Improved performance of Baker.get_fields()
  • [dev] Cleanup Sphinx documentation config
  • [dev] Update pre-commit config
  • [dev] CI: remove hard requirement on linters for tests to run

New Contributors

Full Changelog: https://github.com/model-bakers/model_bakery/compare/1.15.0...1.16.0

1.15.0

8 months ago

What's Changed

Full Changelog: https://github.com/model-bakers/model_bakery/compare/1.14.0...1.15.0

1.14.0

8 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/model-bakers/model_bakery/compare/1.13.0...1.14.0

1.13.0

9 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/model-bakers/model_bakery/compare/1.12.0...1.13.0

1.12.0

11 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/model-bakers/model_bakery/compare/1.11.0...1.12.0

1.11.0

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/model-bakers/model_bakery/compare/1.10.3...1.11.0

1.10.3

1 year ago

Changed

  • Enforce Python 3.7 as a minimum version in project metadata

Removed

  • dropped support for FloatRangeField as it was removed in Django 3.1
  • [dev] Temporary drop Django 4.2 to package classifiers (waiting for build backend support)

Full Changelog: https://github.com/model-bakers/model_bakery/compare/1.10.2...1.10.3

1.10.2

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/model-bakers/model_bakery/compare/1.10.1...1.10.2