Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit cecd31f

Browse files
authored
Added support for Django 5.1 (#1249)
1 parent e4c5871 commit cecd31f

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-4
lines changed

‎CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ any parts of the framework not mentioned in the documentation should generally b
1414

1515
* Handled zero as a valid ID for resource (regression since 6.1.0)
1616

17+
### Added
18+
19+
* Added support for Django 5.1
20+
1721
## [7.0.2] - 2024年06月28日
1822

1923
### Fixed

‎README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ Requirements
9393
------------
9494

9595
1. Python (3.8, 3.9, 3.10, 3.11, 3.12)
96-
2. Django (4.2, 5.0)
96+
2. Django (4.2, 5.0, 5.1)
9797
3. Django REST framework (3.14, 3.15)
9898

9999
We **highly** recommend and only officially support the latest patch release of each Python, Django and REST framework series.

‎docs/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ like the following:
5252
## Requirements
5353

5454
1. Python (3.8, 3.9, 3.10, 3.11, 3.12)
55-
2. Django (4.2, 5.0)
55+
2. Django (4.2, 5.0, 5.1)
5656
3. Django REST framework (3.14, 3.15)
5757

5858
We **highly** recommend and only officially support the latest patch release of each Python, Django and REST framework series.

‎tox.ini

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tox]
22
envlist =
33
py{38,39,310,311,312}-django42-drf{314,315,master},
4-
py{310,311,312}-django50-drf{314,315,master},
4+
py{310,311,312}-django{50,51}-drf{314,315,master},
55
black,
66
docs,
77
lint
@@ -10,6 +10,7 @@ envlist =
1010
deps =
1111
django42: Django>=4.2,<4.3
1212
django50: Django>=5.0,<5.1
13+
django51: Django>=5.1,<5.2
1314
drf314: djangorestframework>=3.14,<3.15
1415
drf315: djangorestframework>=3.15,<3.16
1516
drfmaster: https://github.com/encode/django-rest-framework/archive/master.zip
@@ -49,5 +50,5 @@ commands =
4950
[testenv:py{38,39,310,311,312}-django42-drfmaster]
5051
ignore_outcome = true
5152

52-
[testenv:py{310,311,312}-django50-drfmaster]
53+
[testenv:py{310,311,312}-django{50,51}-drfmaster]
5354
ignore_outcome = true

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /