Version 2.1.0. Adding release notes.

This commit is contained in:
Tom Christie 2012-11-05 16:46:33 +00:00
parent 1418d104a8
commit 9746abdf72
3 changed files with 3 additions and 1 deletions

View File

@ -65,6 +65,7 @@ To run the tests.
* **Serializer `instance` and `data` keyword args have their position swapped.**
* `queryset` argument is now optional on writable model fields.
* Hyperlinked related fields optionally take `slug_field` and `slug_field_kwarg` arguments.
* Support Django's cache framework.
* Minor field improvements. (Don't stringify dicts, more robust many-pk fields.)
* Bugfixes (Support choice field in Browseable API)

View File

@ -12,6 +12,7 @@
* **Serializer `instance` and `data` keyword args have their position swapped.**
* `queryset` argument is now optional on writable model fields.
* Hyperlinked related fields optionally take `slug_field` and `slug_field_kwarg` arguments.
* Support Django's cache framework.
* Minor field improvements. (Don't stringify dicts, more robust many-pk fields.)
* Bugfix: Support choice field in Browseable API.

View File

@ -1,3 +1,3 @@
__version__ = '2.0.2'
__version__ = '2.1.0'
VERSION = __version__ # synonym