Skip to content

Commit

Permalink
fix: django-cms 3.x - Remove breaking django-treebeard pinning issue (#…
Browse files Browse the repository at this point in the history
…94)

* Removed pinning.

* Update setup.py

---------

Co-authored-by: Fabian Braun <[email protected]>
  • Loading branch information
Aiky30 and fsbraun authored Jul 27, 2023
1 parent 7e38c2e commit a4f3698
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,15 @@
Changelog
=========

unreleased
Unreleased
==========

3.1.0 2022-09-01
================

* Add support for ace editor loaded from static files through djangocms-static-ace
* Add dark mode support
* fix: Removed tight django-treebeard restriction added when 4.5.0 contained breaking changes. The core CMS and django-treebeard have since been patched to resolve the issue.

3.0.0 (2020-09-02)
==================
Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@

REQUIREMENTS = [
'django-cms>=3.7',
'django-treebeard>=4.3,<4.5',
]

EXTRA_REQUIREMENTS = {
Expand Down

0 comments on commit a4f3698

Please sign in to comment.