Added release notes

This commit is contained in:
Tom Christie 2012-12-07 22:25:28 +00:00
parent c911d54ae3
commit 21f7dcf7c6

View File

@ -6,6 +6,12 @@
## Master
* Serializers now properly support nullable Foreign Keys.
* Serializer validation now includes model field validation, such as uniqueness constraints.
* Support 'true' and 'false' string values for BooleanField.
* Added pickle support for serialized data.
* Support `source='dotted.notation'` style for nested serializers.
* Make `Request.user` settable.
* Bugfix: Fix `RegexField` to work with `BrowsableAPIRenderer`
## 2.1.6