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

Updated Django support#1281

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 3 commits intodjango-json-api:mainfromsliverc:django_5_2
Apr 21, 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
4 changes: 3 additions & 1 deletionCHANGELOG.md
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -13,16 +13,18 @@ any parts of the framework not mentioned in the documentation should generally b
### Added

* Added support for Django REST framework 3.16.
* Added support for Django 5.2.

### Removed

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


## [7.1.0] - 2024-10-25

This is the last release supporting Python 3.8 and Django REST framework 3.14.
This is the last release supporting Python 3.8, Django 5.0 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@@ -93,7 +93,7 @@ Requirements
------------

1. Python (3.9, 3.10, 3.11, 3.12, 3.13)
2. Django (4.2, 5.0, 5.1)
2. Django (4.2, 5.1, 5.2)
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@@ -52,7 +52,7 @@ like the following:
## Requirements

1. Python (3.9, 3.10, 3.11, 3.12, 3.13)
2. Django (4.2, 5.0, 5.1)
2. Django (4.2, 5.1, 5.2)
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
6 changes: 3 additions & 3 deletionstox.ini
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
[tox]
envlist =
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},
py{310,311,312}-django{51,52}-drf{315,316,master},
py{313}-django{51,52}-drf{316,master},
black,
docs,
lint

[testenv]
deps =
django42: Django>=4.2,<4.3
django50: Django>=5.0,<5.1
django51: Django>=5.1,<5.2
django52: Django>=5.2,<5.3
drf315: djangorestframework>=3.15,<3.16
drf316: djangorestframework>=3.16,<3.17
drfmaster: https://github.com/encode/django-rest-framework/archive/master.zip
Expand Down

[8]ページ先頭

©2009-2025 Movatter.jp