@@ -8,24 +8,24 @@ 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
+ ## [ 3.0.0 ] - 2019-10-14
12
12
13
13
This release is not backwards compatible. For easy migration best upgrade first to version
14
14
2.8.0 and resolve all deprecation warnings before updating to 3.0.0
15
15
16
16
### Added
17
17
18
- * Add support for Django REST framework 3.10.
19
- * Add code from ErrorDetail into the JSON: API error object
18
+ * Added support for Django REST framework 3.10.
19
+ * Added code from ` ErrorDetail ` into the JSON: API error object.
20
20
21
21
### Changed
22
22
23
23
* Moved dependency definition for ` django-polymorphic ` and ` django-filter ` into extra requires.
24
24
Hence dependencies of each optional module can be installed with pip using
25
- ```
25
+ ```
26
26
pip install djangorestframework-jsonapi['django-polymorphic']
27
- pip install djangorestframework-jsonapi['django-filter']`
28
- ```
27
+ pip install djangorestframework-jsonapi['django-filter']
28
+ ```
29
29
30
30
### Removed
31
31
@@ -42,14 +42,14 @@ This release is not backwards compatible. For easy migration best upgrade first
42
42
43
43
### Fixed
44
44
45
- * Avoid printing invalid pointer when api returns 404
46
- * Avoid exception when using ` ResourceIdentifierObjectSerializer ` with unexisting primary key
47
- * Format metadata field names correctly for OPTIONS request
45
+ * Avoid printing invalid pointer when api returns 404.
46
+ * Avoid exception when using ` ResourceIdentifierObjectSerializer ` with unexisting primary key.
47
+ * Format metadata field names correctly for OPTIONS request.
48
48
49
49
50
50
## [ 2.8.0] - 2019-06-13
51
51
52
- This is the last release supporting Python 2.7, Python 3.4, Django Filter 1.1, Django REST Framework <=3.8 and Django 2.0.
52
+ This is the last release supporting Python 2.7, Python 3.4, Django Filter 1.1, Django REST Framework <=3.9 and Django 2.0.
53
53
54
54
### Added
55
55
0 commit comments