aboutsummaryrefslogtreecommitdiffstats
path: root/docs/topics/release-notes.md
diff options
context:
space:
mode:
authorTom Christie2013-04-04 05:17:19 -0700
committerTom Christie2013-04-04 05:17:19 -0700
commit5b56639e7a26ba31ffe472b69408c427346df85b (patch)
tree9159a68f99f84c1abf8b016dfcaedf99e251f91d /docs/topics/release-notes.md
parentdf30b345b1166d5bb50a9d880fbbff90201372a4 (diff)
parent77ac2044294cb1dc40d715abd1bb63543beac95b (diff)
downloaddjango-rest-framework-5b56639e7a26ba31ffe472b69408c427346df85b.tar.bz2
Merge pull request #777 from glic3rinu/master
Break long headers on the browsable API
Diffstat (limited to 'docs/topics/release-notes.md')
-rw-r--r--docs/topics/release-notes.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/topics/release-notes.md b/docs/topics/release-notes.md
index 7242dcce..609b4504 100644
--- a/docs/topics/release-notes.md
+++ b/docs/topics/release-notes.md
@@ -44,6 +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.
* URL hyperlinking in browseable API now handles more cases correctly.
+* 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: OAuth should fail hard when invalid token used.
* Bugfix: Fix serializer potentially returning `None` object for models that define `__bool__` or `__len__`.