kopia lustrzana https://github.com/wagtail/wagtail
rodzic
845a2acb36
commit
de70673bee
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
2
setup.py
2
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",
|
||||
|
|
Ładowanie…
Reference in New Issue