kopia lustrzana https://github.com/wagtail/wagtail
Unpin django-filter's top boundary
rodzic
596e531abe
commit
cc5fb16291
|
@ -1,6 +1,12 @@
|
|||
Changelog
|
||||
=========
|
||||
|
||||
6.3.4 (xx.xx.xxxx) - IN DEVELOPMENT
|
||||
~~~~~~~~~~~~~~~~~~
|
||||
|
||||
* Maintenance: Remove upper version boundary for django-filter. (Dan Braghis)
|
||||
|
||||
|
||||
6.3.3 (03.02.2025)
|
||||
~~~~~~~~~~~~~~~~~~
|
||||
|
||||
|
@ -15,6 +21,7 @@ Changelog
|
|||
* Docs: Update accessibility considerations on alt text in light of contextual alt text improvements (Cynthia Kiser)
|
||||
* Docs: Revert incorrect example of appending a `RichTextBlock` to a `StreamField` (Matt Westcott)
|
||||
|
||||
|
||||
6.3.2 (02.01.2025)
|
||||
~~~~~~~~~~~~~~~~~~
|
||||
|
||||
|
|
|
@ -0,0 +1,17 @@
|
|||
# Wagtail 6.3.4 release notes - IN DEVELOPMENT
|
||||
|
||||
_Unreleased_
|
||||
|
||||
```{contents}
|
||||
---
|
||||
local:
|
||||
depth: 1
|
||||
---
|
||||
```
|
||||
|
||||
## What's new
|
||||
|
||||
|
||||
### Maintenance
|
||||
|
||||
* Remove upper version boundary for django-filter. (Dan Braghis)
|
2
setup.py
2
setup.py
|
@ -25,7 +25,7 @@ install_requires = [
|
|||
"django-taggit>=5.0,<6.2",
|
||||
"django-treebeard>=4.5.1,<5.0",
|
||||
"djangorestframework>=3.15.1,<4.0",
|
||||
"django-filter>=23.3,<25",
|
||||
"django-filter>=23.3",
|
||||
"draftjs_exporter>=2.1.5,<6.0",
|
||||
"Pillow>=9.1.0,<12.0.0",
|
||||
"beautifulsoup4>=4.8,<4.13",
|
||||
|
|
Ładowanie…
Reference in New Issue