File tree 2 files changed +9
-6
lines changed
2 files changed +9
-6
lines changed Original file line number Diff line number Diff line change 1
- v2.5.0 - [ unreleased]
1
+ v2.5.0 - Released July 11, 2018
2
+
2
3
* Add new pagination classes based on JSON: API query parameter * recommendations* :
3
4
* ` JsonApiPageNumberPagination ` and ` JsonApiLimitOffsetPagination ` . See [ usage docs] ( docs/usage.md#pagination ) .
4
- * Deprecates ` PageNumberPagination ` and ` LimitOffsetPagination ` .
5
- * Add ` ReadOnlyModelViewSet ` extension with prefetch mixins.
5
+ * Deprecates ` PageNumberPagination ` and ` LimitOffsetPagination `
6
+ * Add ` ReadOnlyModelViewSet ` extension with prefetch mixins
6
7
* Add support for Django REST Framework 3.8.x
7
- * Introduce ` JSON_API_FORMAT_FIELD_NAMES ` option replacing ` JSON_API_FORMAT_KEYS ` but in comparision preserving
8
+ * Introduce ` JSON_API_FORMAT_FIELD_NAMES ` option replacing ` JSON_API_FORMAT_KEYS ` but in comparison preserving
8
9
values from being formatted as attributes can contain any [ json value] ( http://jsonapi.org/format/#document-resource-object-attributes ) .
9
- * ` JSON_API_FORMAT_KEYS ` still works as before (formating all json value keys also nested) but is marked as deprecated.
10
+ * ` JSON_API_FORMAT_KEYS ` still works as before (formatting all json value keys also nested) but is marked as deprecated
11
+ * Performance improvement when rendering included data
12
+ * Allow overwriting of ` get_queryset() ` in custom ` ResourceRelatedField `
10
13
11
14
v2.4.0 - Released January 25, 2018
12
15
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.4 .0'
4
+ __version__ = '2.5 .0'
5
5
__author__ = ''
6
6
__license__ = 'MIT'
7
7
__copyright__ = ''
You can’t perform that action at this time.
0 commit comments