File tree 2 files changed +3
-7
lines changed
2 files changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -9,17 +9,13 @@ Note that in line with [Django REST Framework policy](http://www.django-rest-fra
9
9
any parts of the framework not mentioned in the documentation should generally be considered private API, and may be subject to change.
10
10
11
11
12
- ## [ Unreleased ]
12
+ ## [ 2.7.0 ] - 2019-01-14
13
13
14
14
### Added
15
15
16
16
* Add support for Django 2.1, DRF 3.9 and Python 3.7. Please note:
17
17
- Django >= 2.1 is not supported with Python < 3.5.
18
18
19
- ### Deprecated
20
-
21
- ### Changed
22
-
23
19
### Fixed
24
20
25
21
* Pass context from ` PolymorphicModelSerializer ` to child serializers to support fields which require a ` request ` context such as ` url ` .
Original file line number Diff line number Diff line change 1
1
# -*- coding: utf-8 -*-
2
2
3
3
__title__ = 'djangorestframework-jsonapi'
4
- __version__ = '2.6 .0'
4
+ __version__ = '2.7 .0'
5
5
__author__ = ''
6
- __license__ = 'MIT '
6
+ __license__ = 'BSD '
7
7
__copyright__ = ''
8
8
9
9
# Version synonym
You can’t perform that action at this time.
0 commit comments