Please remove the upper bound on Django
Nobody has claimed this yet.
Assessment
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Newbie friendliness
- 78/100
- Issue type
- Bug
- Clarity
- Clearly specified
- Activity status
- Quiet
- Domain
- build-system
Research direction
Open pyproject.toml and inspect the CRX dependency constraint and its adjacent comment. Remove the Django upper bound so it matches the stated Wagtail constraint, then verify that the dependency metadata permits Django 6.0 and that the existing supported-version checks remain unchanged.
Written by the indexing model from the issue text.
Description
Describe the bug
Wagtail works like a charm with Django 6.0+ but I can’t install CRX because of that upper bound.
The comment in pyproject.toml is even misguiding:
dependencies = [
...
"Django>=4.2,<6.0", # should be the same as wagtail
]
The Wagtail’s pyproject.toml:
dependencies = [
...
"Django>=4.2"
]
I see that CRX is tested against 5.2 and below, so it’s my responsibility to dare use it with Django 6.
Some opinion on the subject: https://iscinumpy.dev/post/bound-version-constraints/
- Dominant language
- Python
- Stars
- 765
- Forks
- 154
- PR merge metrics
- No merged PRs in 30d
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from coderedcorp/coderedcms
-
Type: Bug
Difficulty 1/5 Under an hour Newbie friendliness 65/100
coderedcorp/coderedcms#711 ·
-
Type: Bug
Difficulty 3/5 1-2 days Newbie friendliness 45/100
coderedcorp/coderedcms#713 · 1 comment ·
-
Difficulty 4/5 3-5 days Newbie friendliness 55/100
coderedcorp/coderedcms#710 · 4 comments ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 58/100
coderedcorp/coderedcms#709 ·
-
Type: Bug
Difficulty 2/5 1-3 hours Newbie friendliness 55/100
coderedcorp/coderedcms#707 · 1 comment ·
All issues in coderedcorp/coderedcms
Similar issues
-
bug confirmed issue
Difficulty 2/5 1-3 hours Newbie friendliness 75/100
open-webui/open-webui#30750 · 1 comment ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 75/100
-
enhancement
Difficulty 2/5 1-3 hours Newbie friendliness 75/100
OpenwaterHealth/openmotion-bloodflow-app#604 · 1 comment ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 70/100
-
good first issue
Difficulty 1/5 Under an hour Newbie friendliness 90/100