Skip to content

Commit 59dcaba

Browse files
committed
add support for DRF 3.14
1 parent 3996795 commit 59dcaba

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

docs/changelog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
88
### Added
99
- When a custom validator class defines a `code` attribute, add it to the list of error codes of raised by
1010
the corresponding field.
11+
- add support for DRF 3.14
1112

1213
## [0.12.1] - 2022-09-03
1314
### Fixed

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
[tox]
77
isolated_build = True
88
envlist =
9-
py{38,39,310}-dj32-drf{312,313}
10-
py{38,39,310}-dj{40,41}-drf313
9+
py{38,39,310}-dj32-drf312
10+
py{38,39,310}-dj{32,40,41}-drf{313,314}
1111
lint
1212
docs
1313

0 commit comments

Comments
 (0)