Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Dec 30, 2025

This PR contains the following updates:

Package Change Age Confidence
model-bakery 1.20.51.21.0 age confidence

Release Notes

model-bakers/model_bakery (model-bakery)

v1.21.0

Compare Source

Added
  • Add Python 3.14 support
  • Add Django 6.0 support
Changed
  • The creation of generic foreign key fields now respects their for_concrete_model configuration
  • Refactor gen_float() to use uniform() with configurable min_float/max_float bounds instead of random() * gen_integer() which produced skewed distribution
  • Refactor gen_interval() to use min_interval/max_interval instead of offset parameter which never worked as intended due to huge MAX_INT range
  • Fix gen_date_range() and gen_datetime_range() to prevent empty ranges by enforcing a minimum interval of 1 day
  • Use baker_random.randint() directly in gen_pg_numbers_range() instead of gen_integer()
  • The gen_from_choices generator now ignores None or "" values in choices when the field doesn't allow null or blank values
  • [dev] Various improvements to CI Python/Django matrices
Removed
  • Drop fallbacks made for Django < 4.2
  • Drop Python 3.8 and 3.9 support (reached end of life)

Configuration

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

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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.

@renovate renovate bot merged commit eca445f into master Dec 30, 2025
4 checks passed
@renovate renovate bot deleted the renovate/model-bakery-1.x branch December 30, 2025 16:53
@codecov
Copy link

codecov bot commented Dec 30, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 0.00%. Comparing base (58a8593) to head (87fa879).
⚠️ Report is 1 commits behind head on master.

Additional details and impacted files
@@      Coverage Diff      @@
##   master   #403   +/-   ##
=============================
=============================

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

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.

1 participant