diff options
| author | Tom Christie | 2013-02-15 09:16:49 +0000 |
|---|---|---|
| committer | Tom Christie | 2013-02-15 09:16:58 +0000 |
| commit | d05b950945ffe012de63f750ba5b98b14cfc4b9a (patch) | |
| tree | be57515199516fac7af11bcb76b57ec189613c23 /docs | |
| parent | 367909e2c2162cf37518ac9885950432722567e4 (diff) | |
| download | django-rest-framework-d05b950945ffe012de63f750ba5b98b14cfc4b9a.tar.bz2 | |
Update release notes.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/topics/release-notes.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/topics/release-notes.md b/docs/topics/release-notes.md index 3f3f8786..d5444f72 100644 --- a/docs/topics/release-notes.md +++ b/docs/topics/release-notes.md @@ -42,6 +42,8 @@ You can determine your currently installed version using `pip freeze`: ### Master +* Added TimeField. +* Serializer fields can be mapped to any method that takes no args, or only takes kwargs which have defaults. * Bugfix: request.DATA should return an empty `QueryDict` with no data, not `None`. * Bugfix: Remove unneeded field validation, which caused extra queries. |
