Skip to content

Commit 364db35

Browse files
slivercn2ygk
authored andcommitted
Release 2.6.0 (#483)
1 parent 4eef958 commit 364db35

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88
Note that in line with [Django REST Framework policy](http://www.django-rest-framework.org/topics/release-notes/),
99
any 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

rest_framework_json_api/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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__ = ''

0 commit comments

Comments
 (0)