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 cd94cfc commit df30b34Copy full SHA for df30b34
docs/topics/release-notes.md
@@ -46,6 +46,7 @@ You can determine your currently installed version using `pip freeze`:
46
* URL hyperlinking in browseable API now handles more cases correctly.
47
* Bugfix: Fix regression with DjangoFilterBackend not worthing correctly with single object views.
48
* Bugfix: OAuth should fail hard when invalid token used.
49
+* Bugfix: Fix serializer potentially returning `None` object for models that define `__bool__` or `__len__`.
50
51
### 2.2.5
52
0 commit comments