File tree 2 files changed +3
-3
lines changed
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
8
8
Note that in line with [ Django REST Framework policy] ( http://www.django-rest-framework.org/topics/release-notes/ ) ,
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
- ## [ Unreleased ]
11
+ ## [ 2.6.0 ] - 2018-09-20
12
12
13
13
### Added
14
14
@@ -21,7 +21,7 @@ any parts of the framework not mentioned in the documentation should generally b
21
21
22
22
* Deprecate ` MultipleIDMixin ` because it doesn't comply with the JSON: API 1.0 spec. Replace it with
23
23
` 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.
25
25
26
26
### Changed
27
27
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.5 .0'
4
+ __version__ = '2.6 .0'
5
5
__author__ = ''
6
6
__license__ = 'MIT'
7
7
__copyright__ = ''
You can’t perform that action at this time.
0 commit comments