diff options
| author | Tom Christie | 2013-02-14 13:02:38 +0000 |
|---|---|---|
| committer | Tom Christie | 2013-02-14 13:02:38 +0000 |
| commit | 0d3e23f0d379f4df7ac7cd8f42cae2d303558852 (patch) | |
| tree | 00b6f4c875490c1f270eecc52b0cc52bd51f83f2 | |
| parent | af686ec11a267183e84d8e59dca7d4ee1f05dedd (diff) | |
| download | django-rest-framework-0d3e23f0d379f4df7ac7cd8f42cae2d303558852.tar.bz2 | |
Update release notes.
| -rw-r--r-- | docs/topics/release-notes.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/topics/release-notes.md b/docs/topics/release-notes.md index 06e45674..406923f4 100644 --- a/docs/topics/release-notes.md +++ b/docs/topics/release-notes.md @@ -40,6 +40,11 @@ You can determine your currently installed version using `pip freeze`: ## 2.2.x series +### Master + +* Bugfix: request.DATA should return an empty `QueryDict` with no data, not `None`. +* Bugfix: Remove unneeded field validation, which caused extra querys. + ### 2.2.0 **Date**: 13th Feb 2013 |
