diff options
| author | Stephan Groß | 2013-02-26 11:09:54 +0100 |
|---|---|---|
| committer | Stephan Groß | 2013-02-26 11:09:54 +0100 |
| commit | bfff356dd36f7d14d35d8a854cd314e60cf25efa (patch) | |
| tree | 665c94459adadb8533f5abf14921e9a4a4568ac4 /docs/topics/release-notes.md | |
| parent | 8da83f0df9761550cbcac88850a659aab00a2506 (diff) | |
| download | django-rest-framework-bfff356dd36f7d14d35d8a854cd314e60cf25efa.tar.bz2 | |
Add better date / datetime validation (pull 2)
addition to #631 with update to master + timefield support
Diffstat (limited to 'docs/topics/release-notes.md')
| -rw-r--r-- | docs/topics/release-notes.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/topics/release-notes.md b/docs/topics/release-notes.md index 06dc79a6..31ff68dd 100644 --- a/docs/topics/release-notes.md +++ b/docs/topics/release-notes.md @@ -44,6 +44,9 @@ 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 ### 2.2.1 |
