Skip to content

Commit c25db23

Browse files
authored
Update test targets (#29)
1 parent ef1e095 commit c25db23

File tree

3 files changed

+17
-5
lines changed

3 files changed

+17
-5
lines changed

.travis.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
1+
dist: xenial
12
language: python
23
python:
34
- 2.7
45
- 3.4
5-
- 3.6
6+
- 3.7
67
env:
7-
- DJANGO="<1.9" DRF="<3.7"
8-
- DJANGO="<1.11" DRF="<3.6"
9-
- DJANGO="<1.11" DRF="<3.7"
8+
- DJANGO="<2" DRF="<3.8"
9+
- DJANGO="<2" DRF="<3.9"
10+
- DJANGO="<2.1" DRF="<3.9"
11+
- DJANGO="<2.2" DRF="<3.9"
1012
install:
1113
- pip install "django${DJANGO}" "djangorestframework${DRF}"
1214
script:

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@ Possible log types:
1313

1414
## [Unreleased]
1515

16-
- [changed] Allow suppressing context warnings (#27)
16+
- [added] Allow suppressing context warnings (#27)
17+
- [changed] Explicitly list supported versions in README
18+
- [deprecated] Python 2 support will be dropped in version 0.4
1719

1820
## [0.3.0] - 2018-03-03
1921

README.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,14 @@ Dynamic Serializer Fields for Django REST Framework
2020
This package provides a mixin that allows the user to dynamically select only a
2121
subset of fields per resource.
2222

23+
Official version support:
24+
25+
- Django 1.11, 2.0, 2.1
26+
- Supported REST Framework versions: 3.8, 3.9
27+
- Python 2.7 (deprecated), 3.4+
28+
29+
NOTE: Python 2 support is deprecated and will be removed in version 0.4.
30+
2331

2432
Installing
2533
----------

0 commit comments

Comments
 (0)