File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 11
22v2.0.0
33
4+ * Fixed bug where write_only fields still had their keys rendered
5+ * Exception handler can now easily be used on DRF-JA views alongside regular DRF views
6+ * Added ` get_related_field_name ` for views subclassing RelationshipView to override
47* Renamed ` JSON_API_FORMAT_RELATION_KEYS ` to ` JSON_API_FORMAT_TYPES ` to match what it was actually doing
58* Renamed ` JSON_API_PLURALIZE_RELATION_TYPE ` to ` JSON_API_PLURALIZE_TYPES `
69* Documented ResourceRelatedField and RelationshipView
Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ From PyPI
8080
8181::
8282
83- $ pip install djangorestframework-jsonapi==2.0.0-beta.2
83+ $ pip install djangorestframework-jsonapi
8484
8585
8686From Source
Original file line number Diff line number Diff line change 11# -*- coding: utf-8 -*-
22
33__title__ = 'djangorestframework-jsonapi'
4- __version__ = '2.0.0-beta.2 '
4+ __version__ = '2.0.0'
55__author__ = ''
66__license__ = 'MIT'
77__copyright__ = ''
You can’t perform that action at this time.
0 commit comments