Updated release notes.

This commit is contained in:
Tom Christie 2012-11-22 10:07:42 +00:00
parent ba553b7dcd
commit d031ccce6e

View File

@ -16,6 +16,7 @@
**Date**: 16th Nov 2012 **Date**: 16th Nov 2012
* Support for partial updates with serializers.
* Added `FileField` and `ImageField`. For use with `MultiPartParser`. * Added `FileField` and `ImageField`. For use with `MultiPartParser`.
* Added `URLField` and `SlugField`. * Added `URLField` and `SlugField`.
* Support for `read_only_fields` on `ModelSerializer` classes. * Support for `read_only_fields` on `ModelSerializer` classes.