Commit 77ac2044 by glic3rinu

Rephrased break_long_headers release notes line

parent e8978eaf
...@@ -44,7 +44,7 @@ You can determine your currently installed version using `pip freeze`: ...@@ -44,7 +44,7 @@ You can determine your currently installed version using `pip freeze`:
* OAuth2 authentication no longer requires unneccessary URL parameters in addition to the token. * OAuth2 authentication no longer requires unneccessary URL parameters in addition to the token.
* URL hyperlinking in browseable API now handles more cases correctly. * URL hyperlinking in browseable API now handles more cases correctly.
* 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.
* Bugfix: Fix regression with DjangoFilterBackend not worthing correctly with single object views. * Bugfix: Fix regression with DjangoFilterBackend not worthing correctly with single object views.
* Bugfix: OAuth should fail hard when invalid token used. * Bugfix: OAuth should fail hard when invalid token used.
* Bugfix: Fix serializer potentially returning `None` object for models that define `__bool__` or `__len__`. * Bugfix: Fix serializer potentially returning `None` object for models that define `__bool__` or `__len__`.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment