Skip to content

Commit 3fdd421

Browse files
authored
Merge pull request #84 from ghazi-git/support-for-django-5.1
support-for-django-5.1
2 parents 40bb615 + d96be5e commit 3fdd421

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
### Fixed
99
- stop ignoring exceptions with detail as an empty string when returning api errors.
10+
- declare support for django 5.1
1011

1112
## [0.14.0] - 2024-06-19
1213
### Added

tox.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ envlist =
1010
py{38,39,310,311,312}-dj{32,40,41}-drf{313,314,315}
1111
py{38,39,310,311,312}-dj42-drf{314,315}
1212
py{310,311,312}-dj50-drf{314,315}
13+
py{310,311,312}-dj51-drf315
1314
lint
1415
docs
1516

@@ -32,6 +33,7 @@ deps =
3233
dj41: Django>=4.1,<4.2
3334
dj42: Django>=4.2,<5.0
3435
dj50: Django>=5.0,<5.1
36+
dj51: Django>=5.1,<5.2
3537
drf312: djangorestframework>=3.12,<3.13
3638
drf313: djangorestframework>=3.13,<3.14
3739
drf314: djangorestframework>=3.14,<3.15

0 commit comments

Comments
 (0)