diff options
| author | Tom Christie | 2012-12-17 22:01:17 +0000 | 
|---|---|---|
| committer | Tom Christie | 2012-12-17 22:01:17 +0000 | 
| commit | 9680b42b506a47df1cac83107aff15bfd4a99a48 (patch) | |
| tree | 54d4ece85a755da6bb9b4434c05c42ac35029567 | |
| parent | 0418cebc583711263d983e0e3acbd474eb6f0fd2 (diff) | |
| download | django-rest-framework-9680b42b506a47df1cac83107aff15bfd4a99a48.tar.bz2 | |
Version 2.1.11
| -rw-r--r-- | README.md | 6 | ||||
| -rw-r--r-- | docs/topics/release-notes.md | 6 | 
2 files changed, 12 insertions, 0 deletions
| @@ -60,6 +60,12 @@ To run the tests.  # Changelog +## 2.1.11 + +**Date**: 17th Dec 2012 + +* Bugfix: Fix issue with M2M fields in browseable API. +  ## 2.1.10  **Date**: 17th Dec 2012 diff --git a/docs/topics/release-notes.md b/docs/topics/release-notes.md index 66d6f7f3..a9083bb4 100644 --- a/docs/topics/release-notes.md +++ b/docs/topics/release-notes.md @@ -6,6 +6,12 @@  ## 2.1.x series +### 2.1.11 + +**Date**: 17th Dec 2012 + +* Bugfix: Fix issue with M2M fields in browseable API. +  ### 2.1.10  **Date**: 17th Dec 2012 | 
