File tree Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Expand file tree Collapse file tree 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
99any parts of the framework not mentioned in the documentation should generally be considered private API, and may be subject to change.
1010
1111
12- ## [ Unreleased ]
12+ ## [ 2.7.0 ] - 2019-01-14
1313
1414### Added
1515
1616* Add support for Django 2.1, DRF 3.9 and Python 3.7. Please note:
1717 - Django >= 2.1 is not supported with Python < 3.5.
1818
19- ### Deprecated
20-
21- ### Changed
22-
2319### Fixed
2420
2521* 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 11# -*- coding: utf-8 -*-
22
33__title__ = 'djangorestframework-jsonapi'
4- __version__ = '2.6 .0'
4+ __version__ = '2.7 .0'
55__author__ = ''
6- __license__ = 'MIT '
6+ __license__ = 'BSD '
77__copyright__ = ''
88
99# Version synonym
You can’t perform that action at this time.
0 commit comments