aboutsummaryrefslogtreecommitdiffstats
path: root/docs/topics/release-notes.md
diff options
context:
space:
mode:
authorStephan Groß2013-04-15 13:06:22 +0200
committerStephan Groß2013-04-15 13:06:22 +0200
commit15f40138593c9add014cfabd4c0cb27a896cad6c (patch)
treea5ea7e13711eebb919a17ec6f7e33dea4beef7d5 /docs/topics/release-notes.md
parent8b44599aba28d8f78056ae1f0f530a51061fa6ac (diff)
downloaddjango-rest-framework-15f40138593c9add014cfabd4c0cb27a896cad6c.tar.bz2
Remove rebase docs
Diffstat (limited to 'docs/topics/release-notes.md')
-rw-r--r--docs/topics/release-notes.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/topics/release-notes.md b/docs/topics/release-notes.md
index fe65a777..68a1426a 100644
--- a/docs/topics/release-notes.md
+++ b/docs/topics/release-notes.md
@@ -48,7 +48,6 @@ You can determine your currently installed version using `pip freeze`:
**Date**: 4th April 2013
-* DecimalField support.
* 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.