Skip to content

Commit 417bf5d

Browse files
authored
Merge pull request #40 from ghazi-git/add-support-for-django42
add-support-for-django42
2 parents e91b68b + 4fb0b2f commit 417bf5d

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

docs/changelog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
77
## [UNRELEASED]
88
### Added
99
- declare support for type checking
10+
- add support for django 4.2
1011

1112
### Fixed
1213
- Avoid calling `AutoSchema.get_request_serializer` when inspecting a get operation for possible error responses.

tox.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ isolated_build = True
88
envlist =
99
py{38,39,310,311}-dj32-drf312
1010
py{38,39,310,311}-dj{32,40,41}-drf{313,314}
11+
py{38,39,310,311}-dj42-drf314
1112
lint
1213
docs
1314

@@ -27,6 +28,7 @@ deps =
2728
dj32: Django>=3.2,<4.0
2829
dj40: Django>=4.0,<4.1
2930
dj41: Django>=4.1,<4.2
31+
dj42: Django>=4.2,<5.0
3032
drf312: djangorestframework>=3.12,<3.13
3133
drf313: djangorestframework>=3.13,<3.14
3234
drf314: djangorestframework>=3.14,<3.15

0 commit comments

Comments
 (0)