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 committed May 19, 2024
1 parent 1402265 commit 40602ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
Changelog
=========


==========
Unreleased
==========

Expand Down Expand Up @@ -68,6 +66,7 @@ Unreleased

* 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
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@


REQUIREMENTS = [
'django-cms',
'django-cms>=3.11',
'django-treebeard>=4.3',
]

Expand Down

0 comments on commit 40602ba

Please sign in to comment.