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

build(deps): bump django-modeltranslation from 0.17.5 to 0.18.11 #3641

Merged
merged 4 commits into from
Sep 29, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 17, 2023

Bumps django-modeltranslation from 0.17.5 to 0.18.11.

Release notes

Sourced from django-modeltranslation's releases.

v0.18.11

No release notes provided.

v0.18.10

No release notes provided.

v0.18.10-beta.1

No release notes provided.

v0.18.10-beta.0

No release notes provided.

v0.18.9

No release notes provided.

v0.18.8

No release notes provided.

v0.18.8-beta.1

No release notes provided.

v0.18.8-beta.0

No release notes provided.

v0.18.7

No release notes provided.

v0.18.6

No release notes provided.

v0.18.5

No release notes provided.

v0.18.4

No release notes provided.

v0.18.3

No release notes provided.

v0.18.3-beta.1

No release notes provided.

v0.18.3-beta.0

No release notes provided.

v0.18.2

No release notes provided.

v0.18.1

No release notes provided.

... (truncated)

Changelog

Sourced from django-modeltranslation's changelog.

0.18.11 (2023-07-16)

Features

  • extend update_fields with translation fields in Model.save() (#687) (d86c6de)

0.18.10 (2023-06-02)

Bug Fixes

0.18.10-beta.1 (2023-06-02)

Bug Fixes

0.18.10-beta.1 (2023-06-02)

0.18.10-beta.0 (2023-05-30)

Bug Fixes

0.18.9 (2023-02-09)

Bug Fixes

  • Fix handling of expressions in values()/values_list() (d65ff60), closes #670

0.18.8 (2023-02-01)

0.18.8-beta.1 (2023-01-27)

Features

  • Add support for ManyToManyFields 🧑‍🤝‍🧑 (#668) (f69e317)

Bug Fixes

  • docs: Update documentation regarding inheritance (#665) (ca31a21), closes #663

... (truncated)

Commits
  • c34f674 chore(release): 0.18.11
  • d86c6de feat: extend update_fields with translation fields in Model.save() (#687)
  • c68104c Merge pull request #689 from deschler/fix-ci
  • 9a00d68 chore: Pin mariadb to fix CI
  • 4d577a5 Merge pull request #686 from Hopiu/master
  • a3e3c51 Merge branch 'deschler:master' into master
  • 00462a8 Updated testing instructions in contribution and installation guides and bump...
  • 5297e15 chore: Update makefile
  • 2a4e154 chore(release): 0.18.10
  • ab2b9bc chore(release): 0.18.10-beta.1
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jul 17, 2023
@cypress
Copy link

cypress bot commented Jul 17, 2023

Passing run #7314 ↗︎

0 24 0 0 Flakiness 0

Details:

Merge b898c67 into 2411fbe...
Project: Geotrek-admin Commit: fb261bea26 ℹ️
Status: Passed Duration: 03:45 💡
Started: Sep 29, 2023 12:12 PM Ended: Sep 29, 2023 12:16 PM

Review all test suite changes for PR #3641 ↗︎

@submarcos submarcos mentioned this pull request Sep 27, 2023
3 tasks
dependabot bot and others added 2 commits September 29, 2023 10:14
Bumps [django-modeltranslation](https://github.com/deschler/django-modeltranslation) from 0.17.5 to 0.18.11.
- [Release notes](https://github.com/deschler/django-modeltranslation/releases)
- [Changelog](https://github.com/deschler/django-modeltranslation/blob/master/CHANGELOG.md)
- [Commits](deschler/django-modeltranslation@v0.17.5...v0.18.11)

---
updated-dependencies:
- dependency-name: django-modeltranslation
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@submarcos submarcos force-pushed the dependabot/pip/django-modeltranslation-0.18.11 branch from 2d730cf to 0749ce3 Compare September 29, 2023 10:30
@codecov
Copy link

codecov bot commented Sep 29, 2023

Codecov Report

All modified lines are covered by tests ✅

Comparison is base (8ffcd00) 98.32% compared to head (b898c67) 98.32%.
Report is 15 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #3641   +/-   ##
=======================================
  Coverage   98.32%   98.32%           
=======================================
  Files         292      292           
  Lines       21811    21817    +6     
=======================================
+ Hits        21446    21452    +6     
  Misses        365      365           
Files Coverage Δ
geotrek/infrastructure/filters.py 100.00% <100.00%> (ø)
geotrek/infrastructure/managers.py 100.00% <100.00%> (ø)
geotrek/signage/filters.py 100.00% <100.00%> (ø)
geotrek/signage/managers.py 100.00% <100.00%> (ø)

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

@submarcos submarcos merged commit c76bcca into master Sep 29, 2023
14 checks passed
@submarcos submarcos deleted the dependabot/pip/django-modeltranslation-0.18.11 branch September 29, 2023 12:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant