Skip to content

Commit 585abe8

Browse files
committed
fix: remove version constraints and also add a note in the readme
1 parent 9a18381 commit 585abe8

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ Requirements
1414

1515
django CMS Versioning requires that you have a django CMS 4.0 (or higher) project already running and set up.
1616

17+
Note: This package uses `django-fsm-2<https://github.com/django-commons/django-fsm-2>` (actively maintained by Django Commons) instead of the original `django-fsm<https://github.com/viewflow/django-fsm>` for better support and maintenance.
18+
1719

1820
To install
1921
==========
@@ -112,4 +114,4 @@ do not forget to run the ``compilemessages`` management command.
112114

113115
.. |CmsVersion| image:: https://img.shields.io/pypi/frameworkversions/django-cms/djangocms-versioning.svg?style=flat-square
114116
:target: https://pypi.python.org/pypi/djangocms-versioning
115-
:alt: django CMS versions
117+
:alt: django CMS versions

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ classifiers = [
3535
]
3636
dependencies = [
3737
"django-cms>=4.1.1",
38-
"django-fsm-2==4.1.0",
38+
"django-fsm-2",
3939
"packaging",
4040
]
4141

0 commit comments

Comments
 (0)