Commit 0824761f by Tom Christie

Version 2.1.9

parent 40582233
...@@ -58,6 +58,14 @@ To run the tests. ...@@ -58,6 +58,14 @@ To run the tests.
# Changelog # Changelog
## 2.1.9
**Date**: 11th Dec 2012
* Bugfix: Fix broken nested serialization.
* Bugfix: Fix `Meta.fields` only working as tuple not as list.
* Bugfix: Edge case if unnecessarily specifying `required=False` on read only field.
## 2.1.8 ## 2.1.8
**Date**: 8th Dec 2012 **Date**: 8th Dec 2012
......
...@@ -4,6 +4,14 @@ ...@@ -4,6 +4,14 @@
> >
> — Eric S. Raymond, [The Cathedral and the Bazaar][cite]. > — Eric S. Raymond, [The Cathedral and the Bazaar][cite].
## 2.1.9
**Date**: 11th Dec 2012
* Bugfix: Fix broken nested serialization.
* Bugfix: Fix `Meta.fields` only working as tuple not as list.
* Bugfix: Edge case if unnecessarily specifying `required=False` on read only field.
## 2.1.8 ## 2.1.8
**Date**: 8th Dec 2012 **Date**: 8th Dec 2012
......
__version__ = '2.1.8' __version__ = '2.1.9'
VERSION = __version__ # synonym VERSION = __version__ # synonym
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment