Skip to content

Commit

Permalink
fix ci issue
Browse files Browse the repository at this point in the history
  • Loading branch information
FreemanPancake committed Apr 23, 2024
1 parent 33c141e commit 649eb9b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions djangocms_url_manager/compat.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

from packaging.version import Version


DJANGO_4_1 = Version(django.get_version()) < Version('4.2')


Expand Down
4 changes: 2 additions & 2 deletions tests/requirements/dj42_cms40.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
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

0 comments on commit 649eb9b

Please sign in to comment.