pythondotorg
pythondotorg copied to clipboard
Bump model-bakery from 1.4.0 to 1.18.2
Bumps model-bakery from 1.4.0 to 1.18.2.
Release notes
Sourced from model-bakery's releases.
1.18.2
What's Changed
- Fix make_recipe to work with _quantity #28 by
@lucasrcezimbrain model-bakers/model_bakery#480- Update ruff CI syntax by
@amurekiin model-bakers/model_bakery#481New Contributors
@lucasrcezimbramade their first contribution in model-bakers/model_bakery#480Full Changelog: https://github.com/model-bakers/model_bakery/compare/1.18.1...1.18.2
1.18.1
What's Changed
- Replace expensive count() with cheap exists() by
@tukyin model-bakers/model_bakery#478New Contributors
@tukymade their first contribution in model-bakers/model_bakery#478Full Changelog: https://github.com/model-bakers/model_bakery/compare/1.18.0...1.18.1
1.18.0
What's Changed
Added
- Add Django 5.0 support
Changed
- Allow baking without
contenttypesframeworkRemoved
- Drop Django 3.2 and 4.1 support (reached end of life)
Other
- Drop imports inside functions, add
RUF100to ruff by@amurekiin model-bakers/model_bakery#459- Adopt ruff's
SIMrules by@amurekiin model-bakers/model_bakery#460- Fix #47 -- migrate docs to Markdown via MyST by
@amurekiin model-bakers/model_bakery#461- Bump actions/setup-python from 4 to 5 by
@dependabotin model-bakers/model_bakery#466- Bump GitHub Actions artifacts to v4 by
@amurekiin model-bakers/model_bakery#470New Contributors
@codingjoemade their first contribution in model-bakers/model_bakery#34Full Changelog: https://github.com/model-bakers/model_bakery/compare/1.17.0...1.18.0
1.17.0
What's Changed
- Add support to
auto_nowandauto_now_addfields.- Remove unnecessary casting to string methods
random_gen.gen_slugandrandom_gen.gen_string- [doc] Update installation command
... (truncated)
Changelog
Sourced from model-bakery's changelog.
1.18.2
Changed
- Fix
make_recipeto work with_quantity(#28)1.18.1
Changed
- Replace expensive
count()with cheapexists()1.18.0
Added
- Add Django 5.0 support
Changed
- Allow baking without
contenttypesframeworkRemoved
- Drop Django 3.2 and 4.1 support (reached end of life)
1.17.0
Added
- Add support to
auto_nowandauto_now_addfields.Changed
- Remove unnecessary casting to string methods
random_gen.gen_slugandrandom_gen.gen_string- [doc] Update installation command
1.16.0
Added
- [dev] Test coverage report
Changed
- Improved performance of
Baker.get_fields()- [dev] Cleanup Sphinx documentation config
- [dev] Update
pre-commitconfig- [dev] CI: remove hard requirement on linters for tests to run
1.15.0
Added
- Add Python 3.12 support
Changed
- Revert erroneous optimisation of related logic (fix #439)
- [dev] Bring tox back
... (truncated)
Commits
dc54951Bump 1.18.28754697Update ruff CI syntax (#481)7f7c6dfFix #28 -- allow make_recipe to work with _quantity (#480)a9ae541Bump 1.18.11899c19Replace expensivecount()with cheapexists()(#478)01ebed3Update CI Python version to 3.123afbc8fDelete hard action requirement for a changelog2645017Bump 1.18.0aa2955fFix #265 -- drop hard dependency oncontenttypesframework (#476)1d75853Bump GitHub Actions artifacts to v4 (#470)- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)