Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency model-bakery to v1.20.0 #18

Merged
merged 1 commit into from
Oct 15, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 15, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
model-bakery 1.15.0 -> 1.20.0 age adoption passing confidence

Release Notes

model-bakers/model_bakery (model-bakery)

v1.20.0

Compare Source

Added
  • Support to Field db_default value
  • Support to Python 3.13

v1.19.5

Compare Source

Changed
  • Reset content_type and object_id fields when the content object is None

v1.19.4

Compare Source

Changed
  • Allow None value for generic foreign keys within iterators
  • Make TextField generator respect max_length
  • Deprecate model_bakery.random_gen.gen_text in favor of model_bakery.random_gen.gen_string

v1.19.3

Compare Source

Changed
  • Do not handle GFK fields when the object is None

v1.19.2

Compare Source

Added
  • docs: Add Django settings example for custom field generators
Changed
  • Align GFK and content type fields generation
  • Allow prepare() to be used with GFK

v1.19.1

Compare Source

Changed
  • Handle bulk creation when using reverse related name

v1.19.0

Compare Source

Added
  • Add Django 5.1 support

v1.18.3

Compare Source

Changed
  • Fix support of GenericForeignKey fields in combination with _fill_optional

v1.18.2

Compare Source

Changed
  • Fix make_recipe to work with _quantity (#​28)

v1.18.1

Compare Source

Changed
  • Replace expensive count() with cheap exists()

v1.18.0

Compare Source

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)

v1.17.0

Compare Source

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

v1.16.0

Compare Source

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

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@codecov-commenter
Copy link

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (d56708a) to head (7a9c26b).

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@            Coverage Diff            @@
##            master       #18   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            1         1           
  Lines           47        47           
=========================================
  Hits            47        47           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@pauk-slon pauk-slon merged commit 3655c67 into master Oct 15, 2024
6 of 7 checks passed
@renovate renovate bot deleted the renovate/model-bakery-1.x-lockfile branch October 15, 2024 11:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants