File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88Note that in line with [ Django REST Framework policy] ( http://www.django-rest-framework.org/topics/release-notes/ ) ,
99any parts of the framework not mentioned in the documentation should generally be considered private API, and may be subject to change.
1010
11- ## [ Unreleased ]
11+ ## [ 2.6.0 ] - 2018-09-20
1212
1313### Added
1414
@@ -21,7 +21,7 @@ any parts of the framework not mentioned in the documentation should generally b
2121
2222* Deprecate ` MultipleIDMixin ` because it doesn't comply with the JSON: API 1.0 spec. Replace it with
2323 ` DjangoFilterBackend ` and ** change clients** to use ` filter[id.in] ` query parameter instead of ` ids[] ` .
24- See [ usage docs] ( docs/usage.md#djangofilterbackend ) .
24+ See [ usage docs] ( docs/usage.md#djangofilterbackend ) . You also have the option to copy the mixin into your code.
2525
2626### Changed
2727
Original file line number Diff line number Diff line change 11# -*- coding: utf-8 -*-
22
33__title__ = 'djangorestframework-jsonapi'
4- __version__ = '2.5 .0'
4+ __version__ = '2.6 .0'
55__author__ = ''
66__license__ = 'MIT'
77__copyright__ = ''
You can’t perform that action at this time.
0 commit comments