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

Bump wagtail-localize from 1.5.2 to 1.7 #11443

Merged
merged 1 commit into from
Nov 23, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 20, 2023

Bumps wagtail-localize from 1.5.2 to 1.7.

Release notes

Sourced from wagtail-localize's releases.

v1.7rc1 - Wagtail 5.2 support

This release candidate adds Wagtail 5.2 and preliminary 6.0 support. PyPI link

It also adds Python 3.12 to the test matrix

[!NOTE] If you are using wagtail_localize.modeladmin it is recommended to use wagtail-modelamind as the wagtail.contrib.modeladmin was deprecated in Wagtail 5.0 and will be removed in Wagtail 6.0

To test, set wagtail-localize==1.7rc1 in your requirements.txt file (or the equivalent in your package manager of choice)

What's Changed

Full Changelog: wagtail/wagtail-localize@v1.6...v1.7-rc.1

v1.6 - keeping the lights on, and swapping some with LEDs

This release adds a few bug fixes, and improves the translations report local filter.

[!WARNING] If you have tests that call .save_target() on Translation objects, or emulate submitting the translation via the UI, you will want to patch transaction.on_commit

# test_something.py
from django.db import transaction
...
def test_my_test(self):
    with patch.object(transaction, "on_commit", side_effect=lambda func: func()):
        translation.save_target()
    ...
 # or
@​patch.object(transaction, "on_commit", side_effect=lambda func: func())
def test_decorate_test(self, _mock_on_commit):
...

What's Changed

New Contributors

Full Changelog: wagtail/wagtail-localize@v1.5.2...v1.6

Changelog

Sourced from wagtail-localize's changelog.

[1.7rc1] - 2023-11-07

Added

Changed

  • Moved the languages breadcrumb header strip out of React (#735)

[1.6] - 2023-10-01

Fixed

Changed

Commits
  • a3efa8f [DeepL] Fix splitting of EN locale codes according to docs
  • f54cca6 Bump black/ruff versions
  • 75660e8 Fix tests for latest Wagtail
  • 9886a40 Fix usages of field_as_li.html
  • d574ae0 Tidy up setup for nightly tests
  • 6cb5806 Fix modeladmin imports in tests
  • 218a3c4 Fix conditional get_explorable_root_page include
  • e1051b0 Bump version to v1.7rc1
  • 7280409 Fetch new translations
  • 59005e8 Update changelog
  • Additional commits viewable in compare view

Dependabot compatibility score

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 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

@dependabot dependabot bot added backend dependencies Pull requests that update a dependency file engineering labels Nov 20, 2023
@dependabot dependabot bot force-pushed the dependabot/pip/wagtail-localize-1.7 branch 20 times, most recently from 24935c2 to 1fb4a68 Compare November 23, 2023 13:52
@jhonatan-lopes
Copy link
Contributor

@dependabot rebase

Bumps [wagtail-localize](https://github.com/wagtail/wagtail-localize) from 1.5.2 to 1.7.
- [Release notes](https://github.com/wagtail/wagtail-localize/releases)
- [Changelog](https://github.com/wagtail/wagtail-localize/blob/main/CHANGELOG.md)
- [Commits](wagtail/wagtail-localize@v1.5.2...v1.7)

---
updated-dependencies:
- dependency-name: wagtail-localize
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/wagtail-localize-1.7 branch from 1fb4a68 to 638d3b3 Compare November 23, 2023 14:04
@jhonatan-lopes jhonatan-lopes mentioned this pull request Nov 23, 2023
@jhonatan-lopes jhonatan-lopes merged commit 7ad2f9c into main Nov 23, 2023
6 checks passed
@jhonatan-lopes jhonatan-lopes deleted the dependabot/pip/wagtail-localize-1.7 branch November 23, 2023 14:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend dependencies Pull requests that update a dependency file engineering
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant