We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4c5871 commit cecd31fCopy full SHA for cecd31f
CHANGELOG.md
@@ -14,6 +14,10 @@ any parts of the framework not mentioned in the documentation should generally b
14
15
* Handled zero as a valid ID for resource (regression since 6.1.0)
16
17
+### Added
18
+
19
+* Added support for Django 5.1
20
21
## [7.0.2] - 2024年06月28日
22
23
### Fixed
README.rst
@@ -93,7 +93,7 @@ Requirements
93
------------
94
95
1. Python (3.8, 3.9, 3.10, 3.11, 3.12)
96
-2. Django (4.2, 5.0)
+2. Django (4.2, 5.0, 5.1)
97
3. Django REST framework (3.14, 3.15)
98
99
We **highly** recommend and only officially support the latest patch release of each Python, Django and REST framework series.
docs/getting-started.md
@@ -52,7 +52,7 @@ like the following:
52
## Requirements
53
54
55
56
57
58
tox.ini
@@ -1,7 +1,7 @@
1
[tox]
2
envlist =
3
py{38,39,310,311,312}-django42-drf{314,315,master},
4
- py{310,311,312}-django50-drf{314,315,master},
+ py{310,311,312}-django{50,51}-drf{314,315,master},
5
black,
6
docs,
7
lint
@@ -10,6 +10,7 @@ envlist =
10
deps =
11
django42: Django>=4.2,<4.3
12
django50: Django>=5.0,<5.1
13
+ django51: Django>=5.1,<5.2
drf314: djangorestframework>=3.14,<3.15
drf315: djangorestframework>=3.15,<3.16
drfmaster: https://github.com/encode/django-rest-framework/archive/master.zip
@@ -49,5 +50,5 @@ commands =
49
50
[testenv:py{38,39,310,311,312}-django42-drfmaster]
51
ignore_outcome = true
-[testenv:py{310,311,312}-django50-drfmaster]
+[testenv:py{310,311,312}-django{50,51}-drfmaster]
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments