diff options
| author | Stephan Groß | 2013-03-01 15:03:27 +0100 |
|---|---|---|
| committer | Stephan Groß | 2013-03-01 15:03:27 +0100 |
| commit | 7e702439eb4a82fe2ef45911fbb176e95d5f0bce (patch) | |
| tree | ce51ee02c9755f2e99246a73692fb046dafc4c4c /docs/topics/release-notes.md | |
| parent | 876a58e8bf566b9f05a1f6c921660cf3512ae3af (diff) | |
| download | django-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.md | 4 |
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 |
