From ed201a4290332d32f0a20b915fd3a459cf0fb586 Mon Sep 17 00:00:00 2001 From: Alessio Tognan Date: Mon, 15 Jul 2024 17:25:55 +0200 Subject: [PATCH] chore: update minimum version of django-modeltranslation --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 285c0f8..b3a07ac 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ classifiers = [ python = "^3.8" Django = ">=4.2" wagtail = ">=5.2,<=7.0" -django-modeltranslation = ">=0.17" +django-modeltranslation = ">=0.19" [tool.poetry.dev-dependencies] bump2version = "^1.0.1"