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 e8978ea commit 77ac204Copy full SHA for 77ac204
docs/topics/release-notes.md
@@ -44,7 +44,7 @@ You can determine your currently installed version using `pip freeze`:
44
45
* OAuth2 authentication no longer requires unneccessary URL parameters in addition to the token.
46
* URL hyperlinking in browseable API now handles more cases correctly.
47
-* Long HTTP headers are broken in multiple lines when possible in browsable API.
+* Long HTTP headers in browsable API are broken in multiple lines when possible.
48
* Bugfix: Fix regression with DjangoFilterBackend not worthing correctly with single object views.
49
* Bugfix: OAuth should fail hard when invalid token used.
50
* Bugfix: Fix serializer potentially returning `None` object for models that define `__bool__` or `__len__`.
0 commit comments