coderedcorp / coderedcorp/coderedcms
Please remove the upper bound on Django
- 主要言語
- Python
- スター
- 765
- フォーク
- 154
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
#### 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:
```toml
dependencies = [
...
"Django>=4.2,<6.0", # should be the same as wagtail
]
```
The Wagtail’s pyproject.toml:
```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/
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
調査の方向性
pyproject.toml を開き、CRX の依存関係の制約とその隣接するコメントを確認します。Django の上限を削除して、記載されている Wagtail の制約と一致させ、その後、依存関係メタデータで Django 6.0 が許可されること、および既存のサポート対象バージョンのチェックが変更されていないことを確認します。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- django, python
- 領域
- build-system
- issue の種類
- バグ
- 難易度
- 1/5
- 見積もり時間
- 1時間未満
- 活発さ
- 静か
- 明瞭さ
- 明確に書かれている
- 初心者へのやさしさ
- 78/100