File tree Expand file tree Collapse file tree 3 files changed +17
-5
lines changed Expand file tree Collapse file tree 3 files changed +17
-5
lines changed Original file line number Diff line number Diff line change
1
+ dist : xenial
1
2
language : python
2
3
python :
3
4
- 2.7
4
5
- 3.4
5
- - 3.6
6
+ - 3.7
6
7
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"
10
12
install :
11
13
- pip install "django${DJANGO}" "djangorestframework${DRF}"
12
14
script :
Original file line number Diff line number Diff line change @@ -13,7 +13,9 @@ Possible log types:
13
13
14
14
## [ Unreleased]
15
15
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
17
19
18
20
## [ 0.3.0] - 2018-03-03
19
21
Original file line number Diff line number Diff line change @@ -20,6 +20,14 @@ Dynamic Serializer Fields for Django REST Framework
20
20
This package provides a mixin that allows the user to dynamically select only a
21
21
subset of fields per resource.
22
22
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
+
23
31
24
32
Installing
25
33
----------
You can’t perform that action at this time.
0 commit comments