aboutsummaryrefslogtreecommitdiffstats
path: root/docs/topics/release-notes.md
diff options
context:
space:
mode:
authorStephan Groß2013-03-01 15:03:27 +0100
committerStephan Groß2013-03-01 15:03:27 +0100
commit7e702439eb4a82fe2ef45911fbb176e95d5f0bce (patch)
treece51ee02c9755f2e99246a73692fb046dafc4c4c /docs/topics/release-notes.md
parent876a58e8bf566b9f05a1f6c921660cf3512ae3af (diff)
downloaddjango-rest-framework-7e702439eb4a82fe2ef45911fbb176e95d5f0bce.tar.bz2
Add docs update - part 1
Diffstat (limited to 'docs/topics/release-notes.md')
-rw-r--r--docs/topics/release-notes.md4
1 files changed, 1 insertions, 3 deletions
diff --git a/docs/topics/release-notes.md b/docs/topics/release-notes.md
index 31ff68dd..f5f4dc55 100644
--- a/docs/topics/release-notes.md
+++ b/docs/topics/release-notes.md
@@ -44,9 +44,7 @@ You can determine your currently installed version using `pip freeze`:
* Bugfix for serializer data being uncacheable with pickle protocol 0.
* Bugfixes for model field validation edge-cases.
-* Support `DATE_INPUT_FORMATS` for `DateField` validation
-* Support `DATETIME_INPUT_FORMATS` for `DateTimeField` validation
-* Support `TIME_INPUT_FORMATS` for `TimeField` validation
+* Support for custom input and output formats for `DateField`, `DateTimeField` and `TimeField`
### 2.2.1