Movatterモバイル変換


[0]ホーム

URL:


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

Added support for Django REST framework 3.16#1279

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
n2ygk merged 1 commit intodjango-json-api:mainfromsliverc:drf_316
Apr 16, 2025
Merged
Show file tree
Hide file tree
Changes fromall commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 7 additions & 2 deletionsCHANGELOG.md
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -8,16 +8,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
Note that in line with [Django REST framework policy](https://www.django-rest-framework.org/topics/release-notes/),
any parts of the framework not mentioned in the documentation should generally be considered private API, and may be subject to change.

## [unreleased]
## [Unreleased]

### Added

* Added support for Django REST framework 3.16.

### Removed

* Removed support for Python 3.8.
* Removed support for Django REST framework 3.14.


## [7.1.0] - 2024-10-25

This is the last release supporting Python 3.8.
This is the last release supporting Python 3.8 and Django REST framework 3.14.

### Fixed

Expand Down
2 changes: 1 addition & 1 deletionREADME.rst
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -94,7 +94,7 @@ Requirements

1. Python (3.9, 3.10, 3.11, 3.12, 3.13)
2. Django (4.2, 5.0, 5.1)
3. Django REST framework (3.14, 3.15)
3. Django REST framework (3.15, 3.16)

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

Expand Down
2 changes: 1 addition & 1 deletiondocs/getting-started.md
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -53,7 +53,7 @@ like the following:

1. Python (3.9, 3.10, 3.11, 3.12, 3.13)
2. Django (4.2, 5.0, 5.1)
3. Django REST framework (3.14, 3.15)
3. Django REST framework (3.15, 3.16)

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

Expand Down
2 changes: 1 addition & 1 deletionsetup.py
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -106,7 +106,7 @@ def get_package_data(package):
},
install_requires=[
"inflection>=0.5.0",
"djangorestframework>=3.14",
"djangorestframework>=3.15",
"django>=4.2",
],
extras_require={
Expand Down
6 changes: 3 additions & 3 deletionstox.ini
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
[tox]
envlist =
py{39,310,311,312}-django42-drf{314,315,master},
py{310,311,312}-django{50,51}-drf{314,315,master},
py{39,310,311,312}-django42-drf{315,316,master},
py{310,311,312}-django{50,51}-drf{315,316,master},
py313-django51-drf{master},
black,
docs,
Expand All@@ -12,8 +12,8 @@ deps =
django42: Django>=4.2,<4.3
django50: Django>=5.0,<5.1
django51: Django>=5.1,<5.2
drf314: djangorestframework>=3.14,<3.15
drf315: djangorestframework>=3.15,<3.16
drf316: djangorestframework>=3.16,<3.17
drfmaster: https://github.com/encode/django-rest-framework/archive/master.zip
-rrequirements/requirements-testing.txt
-rrequirements/requirements-optionals.txt
Expand Down

[8]ページ先頭

©2009-2025 Movatter.jp