Model Bakery Versions Save

Object factory for Django

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

1.10.1

1 year ago

Changed

  • [dev] Fix GitHub Action for publishing to PyPI

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

1.10.0

1 year ago

Added

  • Django 4.2 support

Changed

  • [dev] Switch to Python 3.11 release in CI
  • [dev] Unify and simplify tox config with tox-py
  • [dev] pre-commit autoupdate && pre-commit run --all-files
  • [dev] Run pyupgrade with Python 3.7 as a base
  • [dev] PEP 621: Migrate from setup.py and setup.cfg to pyproject.toml
  • [dev] Convert format and some string interpolations to fstring

New Contributors

Full Changelog: https://github.com/model-bakers/model_bakery/compare/1.9.0...1.10.0

1.9.0

1 year ago

What's Changed

Full Changelog: https://github.com/model-bakers/model_bakery/compare/1.8.0...1.9.0

1.8.0

1 year ago

What's Changed

Full Changelog: https://github.com/model-bakers/model_bakery/compare/1.7.1...1.8.0

1.7.1

1 year ago

What's Changed

Dependencies

Full Changelog: https://github.com/model-bakers/model_bakery/compare/1.7.0...1.7.1

1.7.0

1 year ago

Changed

  • Fixed a bug with overwritten _save_kwargs and other custom arguments PR #330

Dependencies

Full Changelog: https://github.com/model-bakers/model_bakery/compare/1.6.0...1.7.0

1.6.0

1 year ago

Added

  • Python 3.11 support PR #327
  • Django 4.1 support PR #327
  • Added documentation for callables, iterables, sequences PR #309

Changed

  • [dev] Replace changelog reminder action with a custom solution that can ignore Dependabot PRs PR #328

Removed

New Contributors

Full Changelog: https://github.com/model-bakers/model_bakery/compare/1.5.0...1.6.0

1.5.0

2 years ago

Added

Changed

  • Extend type hints in model_bakery.recipe module, make Recipe class generic PR #292
  • Explicitly add _fill_optional parameters to baker.make and baker.prepare to aid IDE autocomplete function. PR #264
  • Fixed errors with reverse M2M relationships PR #299
  • Fixed errors with reverse M2O relationships PR #300
  • Improve exception message for unknown field types PR #301
  • Fixed random generation of ContentType values when there is no database access #290

1.4.0

2 years ago

Added

  • Added postgis version to test settings
  • Add support for Python 3.10 PR #244
  • Support for Django 4.0 PR #236

Changed

  • Validate increment_by parameter of seq helper when value is an instance of datetime PR #247
  • Fix a simple typo in bulk_create disclaimer in docs PR #245
  • Allow relation _id fields to use sequences PR #253
  • Fix bulk_create not working with multi-database setup PR #252
  • Conditionally support NullBooleanField, it's under deprecation and will be removed in Django 4.0 PR #250
  • Fix Django max version pin in requirements file PR #251
  • Improve type hinting to return the correct type depending on _quantity usage PR #261

Removed

  • Drop official Django 3.1 support. Django 2.2 is still supported, and 3.1 will likely keep working, but it’s not tested PR #236

New Contributors

Full Changelog: https://github.com/model-bakers/model_bakery/compare/1.3.3...1.4.0