Skip to content

Bump django-modeltranslation from 0.18.11 to 0.20.2#1316

Closed
dependabot[bot] wants to merge 1 commit intodevelopfrom
dependabot/pip/django-modeltranslation-0.20.2
Closed

Bump django-modeltranslation from 0.18.11 to 0.20.2#1316
dependabot[bot] wants to merge 1 commit intodevelopfrom
dependabot/pip/django-modeltranslation-0.20.2

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Mar 23, 2026

Bumps django-modeltranslation from 0.18.11 to 0.20.2.

Changelog

Sourced from django-modeltranslation's changelog.

0.20.2 (2026-03-01)

Bug Fixes

  • Fix issue when subclass of Index or UniqueConstraint is used (#813) (2b75033)

0.20.1 (2026-03-01)

0.20.0 (2026-03-01)

⚠ BREAKING CHANGES

Features

  • Add field_options to TranslationOptions for per-language field kwargs (#805) (#809) (5ac1714)
  • Add support for indexes (#808) (515ff25)

Bug Fixes

  • Clean cached_col on model registration (#795) (e63d2c0), closes #593
  • Fix unique constraints per language (#811) (c49c415)
  • Select active language tab based on page language (#807) (9319a77)

0.19.19 (2025-12-15)

Bug Fixes

  • Add returning_fields argument to MultilingualQuerySet._update method for Django 6.0 compatibility (#803) (36187e7)

0.19.18 (2025-10-19)

Features

  • Drop python 3.9; add Python 3.14 (7a33372)

0.19.17 (2025-09-14)

Bug Fixes

  • Fix patching unique_together for migrations (5765725), closes #785

... (truncated)

Commits
  • db0af84 chore(release): 0.20.2
  • 2b75033 fix: Fix issue when subclass of Index or UniqueConstraint is used (#813)
  • 66785a8 chore(release): 0.20.1
  • b72a78a chore: Update changelog
  • 513ec26 chore(release): 0.20.0
  • c49c415 fix: Fix unique constraints per language (#811)
  • 5a1ef4f chore: Move TestFieldOptions into separate file
  • c826265 chore: Move index tests into separate file
  • d4960f0 chore: Prepare models for #811
  • e63d2c0 fix: Clean cached_col on model registration (#795)
  • Additional commits viewable in compare view

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Mar 23, 2026
Copy link
Copy Markdown
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Automatic approval for minor dependency update.

@github-actions github-actions bot enabled auto-merge March 23, 2026 02:32
@dependabot dependabot bot force-pushed the dependabot/pip/django-modeltranslation-0.20.2 branch from 3cdb27d to be6c99d Compare March 23, 2026 02:40
Copy link
Copy Markdown
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Automatic approval for minor dependency update.

@dependabot dependabot bot force-pushed the dependabot/pip/django-modeltranslation-0.20.2 branch from be6c99d to 8d4e25b Compare March 23, 2026 04:04
Copy link
Copy Markdown
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Automatic approval for minor dependency update.

@dependabot dependabot bot force-pushed the dependabot/pip/django-modeltranslation-0.20.2 branch from 8d4e25b to 64ce0c1 Compare March 23, 2026 04:27
Copy link
Copy Markdown
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Automatic approval for minor dependency update.

@dependabot dependabot bot force-pushed the dependabot/pip/django-modeltranslation-0.20.2 branch from 64ce0c1 to ae6e7c2 Compare March 23, 2026 04:38
Copy link
Copy Markdown
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Automatic approval for minor dependency update.

@dependabot dependabot bot force-pushed the dependabot/pip/django-modeltranslation-0.20.2 branch from ae6e7c2 to 074747c Compare March 23, 2026 04:40
Copy link
Copy Markdown
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Automatic approval for minor dependency update.

@dependabot dependabot bot force-pushed the dependabot/pip/django-modeltranslation-0.20.2 branch from 074747c to f6f4e25 Compare March 24, 2026 03:32
Copy link
Copy Markdown
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Automatic approval for minor dependency update.

@dependabot dependabot bot force-pushed the dependabot/pip/django-modeltranslation-0.20.2 branch from f6f4e25 to 68685ac Compare March 24, 2026 03:50
Copy link
Copy Markdown
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Automatic approval for minor dependency update.

@dependabot dependabot bot force-pushed the dependabot/pip/django-modeltranslation-0.20.2 branch from 68685ac to d0f30aa Compare March 24, 2026 03:56
Copy link
Copy Markdown
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Automatic approval for minor dependency update.

@dependabot dependabot bot force-pushed the dependabot/pip/django-modeltranslation-0.20.2 branch from d0f30aa to 986312a Compare March 29, 2026 23:36
Copy link
Copy Markdown
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Automatic approval for minor dependency update.

@Yamgirly
Copy link
Copy Markdown
Contributor

@dependabot rebase

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Mar 29, 2026

Looks like this PR is already up-to-date with develop! If you'd still like to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

@dependabot dependabot bot force-pushed the dependabot/pip/django-modeltranslation-0.20.2 branch from 986312a to 5d21f6d Compare March 29, 2026 23:56
Copy link
Copy Markdown
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Automatic approval for minor dependency update.

@dependabot dependabot bot force-pushed the dependabot/pip/django-modeltranslation-0.20.2 branch from 5d21f6d to 63f8678 Compare March 30, 2026 01:45
@dependabot dependabot bot force-pushed the dependabot/pip/django-modeltranslation-0.20.2 branch from 63f8678 to 0fc782a Compare March 30, 2026 03:07
Copy link
Copy Markdown
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Automatic approval for minor dependency update.

@dependabot dependabot bot force-pushed the dependabot/pip/django-modeltranslation-0.20.2 branch from 0fc782a to 20e41ef Compare March 30, 2026 03:14
Copy link
Copy Markdown
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Automatic approval for minor dependency update.

@dependabot dependabot bot force-pushed the dependabot/pip/django-modeltranslation-0.20.2 branch from 20e41ef to 8b26a09 Compare March 30, 2026 03:15
Copy link
Copy Markdown
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Automatic approval for minor dependency update.

@Yamgirly
Copy link
Copy Markdown
Contributor

@dependabot rebase

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Mar 30, 2026

Looks like this PR is already up-to-date with develop! If you'd still like to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

@dependabot dependabot bot force-pushed the dependabot/pip/django-modeltranslation-0.20.2 branch from 8b26a09 to 14a231c Compare March 30, 2026 03:43
Copy link
Copy Markdown
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Automatic approval for minor dependency update.

@dependabot dependabot bot force-pushed the dependabot/pip/django-modeltranslation-0.20.2 branch from 14a231c to c072fc1 Compare March 30, 2026 03:46
Copy link
Copy Markdown
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Automatic approval for minor dependency update.

@dependabot dependabot bot force-pushed the dependabot/pip/django-modeltranslation-0.20.2 branch from c072fc1 to 43bab2c Compare March 30, 2026 03:52
Copy link
Copy Markdown
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Automatic approval for minor dependency update.

@dependabot dependabot bot force-pushed the dependabot/pip/django-modeltranslation-0.20.2 branch from 43bab2c to eb23aa8 Compare March 30, 2026 04:10
Copy link
Copy Markdown
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Automatic approval for minor dependency update.

@dependabot dependabot bot force-pushed the dependabot/pip/django-modeltranslation-0.20.2 branch from eb23aa8 to 5b9621c Compare April 1, 2026 01:38
Copy link
Copy Markdown
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Automatic approval for minor dependency update.

@dependabot dependabot bot force-pushed the dependabot/pip/django-modeltranslation-0.20.2 branch from 5b9621c to 80ab070 Compare April 3, 2026 01:41
Copy link
Copy Markdown
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Automatic approval for minor dependency update.

@dependabot dependabot bot force-pushed the dependabot/pip/django-modeltranslation-0.20.2 branch from 80ab070 to c9a690a Compare April 8, 2026 01:40
Copy link
Copy Markdown
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Automatic approval for minor dependency update.

Bumps [django-modeltranslation](https://github.com/deschler/django-modeltranslation) from 0.18.11 to 0.20.2.
- [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.18.11...v0.20.2)

---
updated-dependencies:
- dependency-name: django-modeltranslation
  dependency-version: 0.20.2
  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/django-modeltranslation-0.20.2 branch from c9a690a to a529ea0 Compare April 14, 2026 01:41
Copy link
Copy Markdown
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Automatic approval for minor dependency update.

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Apr 15, 2026

Superseded by #1371.

@dependabot dependabot bot closed this Apr 15, 2026
auto-merge was automatically disabled April 15, 2026 01:33

Pull request was closed

@dependabot dependabot bot deleted the dependabot/pip/django-modeltranslation-0.20.2 branch April 15, 2026 01:33
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 requires-django-5

Development

Successfully merging this pull request may close these issues.

1 participant