diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 16 | 
1 files changed, 16 insertions, 0 deletions
| @@ -57,8 +57,24 @@ To run the tests.  # Changelog +## 2.0.2 + +**Date**: 2nd Nov 2012 + +* Fix issues with pk related fields in the browsable API. + +## 2.0.1 + +**Date**: 1st Nov 2012 + +* Add support for relational fields in the browsable API. +* Added SlugRelatedField and ManySlugRelatedField. +* If PUT creates an instance return '201 Created', instead of '200 OK'. +  ## 2.0.0 +**Date**: 30th Oct 2012 +  * Redesign of core components.  * Fix **all of the things**. | 
