We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1163ce commit 971a879Copy full SHA for 971a879
CHANGELOG.md
@@ -8,11 +8,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8
Note that in line with [Django REST framework policy](https://www.django-rest-framework.org/topics/release-notes/),
9
any parts of the framework not mentioned in the documentation should generally be considered private API, and may be subject to change.
10
11
-## [Unreleased]
+## [7.0.2] - 2024年06月28日
12
13
### Fixed
14
15
-* Re-enabled overwriting of url field (regression since 7.0.0)
+* Allow overwriting of url field again (regression since 7.0.0)
16
* Ensured that no fields are rendered when sparse fields is set to an empty value. (regression since 7.0.0)
17
18
## [7.0.1] - 2024年06月06日
rest_framework_json_api/__init__.py
@@ -1,5 +1,5 @@
1
__title__ = "djangorestframework-jsonapi"
2
-__version__ = "7.0.1"
+__version__ = "7.0.2"
3
__author__ = ""
4
__license__ = "BSD"
5
__copyright__ = ""
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments