You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/topics/release-notes.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,6 +52,8 @@ You can determine your currently installed version using `pip freeze`:
52
52
53
53
* Removed DjangoFilterBackend inline with deprecation policy. Use`django_filters.rest_framework.FilterSet` and/or`django_filters.rest_framework.DjangoFilterBackend` instead.[#5273][gh5273]
54
54
* Don't strip microseconds from`time` when encoding. Makes consistent with`datetime`.**BC Change**: Previously only milliseconds were encoded.[#5440][gh5440]
55
+
* Added`STRICT_JSON` setting (default`True`) to raise exception for the extended float values (`nan`,`inf`,`-inf`) accepted by Python's`json` module.**BC Change**: Previously these values would converted to corresponding strings. Set`STRICT_JSON` to`False` to restore the previous behaviour.[#5265][gh5265]
56
+
55
57
56
58
57
59
<!-- 3.7.0-->
@@ -62,6 +64,7 @@ You can determine your currently installed version using `pip freeze`: