Browse Source

Allow using draftjs_exporter 5.0 (#11024)

Fixes #10723
Sylvain Fankhauser 1 year ago
parent
commit
de70673bee
3 changed files with 3 additions and 1 deletions
  1. 1 0
      CHANGELOG.txt
  2. 1 0
      docs/releases/6.0.md
  3. 1 1
      setup.py

+ 1 - 0
CHANGELOG.txt

@@ -23,6 +23,7 @@ Changelog
  * Maintenance: Migrate the contrib settings edit view to a class-based view (Chiemezuo Akujobi, Sage Abdullah)
  * Maintenance: Remove django-pattern-library upper bound in testing dependencies (Sage Abdullah)
  * Maintenance: Split up functions in Elasticsearch backend for easier extensibility (Marcel Kornblum, Cameron Lamb, Sam Dudley)
+ * Maintenance: Relax draftjs_exporter dependency to allow using version 5.x (Sylvain Fankhauser)
 
 
 5.2.1 (xx.xx.xxxx) - IN DEVELOPMENT

+ 1 - 0
docs/releases/6.0.md

@@ -42,6 +42,7 @@ depth: 1
  * Migrate the contrib settings edit view to a class-based view (Chiemezuo Akujobi, Sage Abdullah)
  * Remove django-pattern-library upper bound in testing dependencies (Sage Abdullah)
  * Split up functions in Elasticsearch backend for easier extensibility (Marcel Kornblum, Cameron Lamb, Sam Dudley)
+ * Relax draftjs_exporter dependency to allow using version 5.x (Sylvain Fankhauser)
 
 
 ## Upgrade considerations - changes affecting all projects

+ 1 - 1
setup.py

@@ -26,7 +26,7 @@ install_requires = [
     "django-treebeard>=4.5.1,<5.0",
     "djangorestframework>=3.11.1,<4.0",
     "django-filter>=23.3,<24",
-    "draftjs_exporter>=2.1.5,<3.0",
+    "draftjs_exporter>=2.1.5,<6.0",
     "Pillow>=9.1.0,<11.0.0",
     "beautifulsoup4>=4.8,<4.13",
     "html5lib>=0.999,<2",