aboutsummaryrefslogtreecommitdiffstats
path: root/docs/topics
diff options
context:
space:
mode:
authorglic3rinu2013-04-04 14:02:20 +0200
committerglic3rinu2013-04-04 14:02:20 +0200
commite8978eaf6873ac4c651322fd386d8103a9d02c1f (patch)
tree62f40e4513418d4c5702148cd2f8c9113c7ead1b /docs/topics
parentb6c7730d7f31e84b5f120071ddf9c7ab08e4e7da (diff)
downloaddjango-rest-framework-e8978eaf6873ac4c651322fd386d8103a9d02c1f.tar.bz2
Added break_long_headers on the release notes
Diffstat (limited to 'docs/topics')
-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..2a181cc5 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 are broken in multiple lines when possible in browsable API.
* 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__`.