From 649eb9bc3497df6e43c5d61a4bda550254f4ca3f Mon Sep 17 00:00:00 2001 From: "Freeman,Yu" Date: Tue, 23 Apr 2024 15:13:37 +0800 Subject: [PATCH] fix ci issue --- djangocms_url_manager/compat.py | 1 + tests/requirements/dj42_cms40.txt | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/djangocms_url_manager/compat.py b/djangocms_url_manager/compat.py index aa6e255..a4bae70 100644 --- a/djangocms_url_manager/compat.py +++ b/djangocms_url_manager/compat.py @@ -2,6 +2,7 @@ from packaging.version import Version + DJANGO_4_1 = Version(django.get_version()) < Version('4.2') diff --git a/tests/requirements/dj42_cms40.txt b/tests/requirements/dj42_cms40.txt index 98a6fe1..551f662 100644 --- a/tests/requirements/dj42_cms40.txt +++ b/tests/requirements/dj42_cms40.txt @@ -4,5 +4,5 @@ Django>=4.2,<5.0 # Unreleased django 4.2 compatible packages https://github.com/django-cms/django-cms/tarball/release/4.0.1.x#egg=django-cms -https://github.com/joshyu/djangocms-versioning/tarball/feat/django-42-compatible#egg=djangocms-versioning -https://github.com/FidelityInternational/djangocms-moderation/tarball/feature/django-42-compat#egg=djangocms-moderation \ No newline at end of file +https://github.com/django-cms/djangocms-versioning/tarball/support/django-cms-4.0.x#egg=djangocms-versioning +https://github.com/django-cms/djangocms-moderation/tarball/master#egg=djangocms-moderation \ No newline at end of file