diff options
| author | Tom Christie | 2012-12-08 13:01:03 +0000 |
|---|---|---|
| committer | Tom Christie | 2012-12-08 13:01:03 +0000 |
| commit | ff01ae3571298b9da67f9b9583f0cb264676ed2b (patch) | |
| tree | f8ce14f078dcdb2a4a0e763f65599c4aa372c46f /docs/topics | |
| parent | ac2720afcba7be5e937b5f0360a470701861baaa (diff) | |
| download | django-rest-framework-ff01ae3571298b9da67f9b9583f0cb264676ed2b.tar.bz2 | |
Version 2.1.82.1.8
Diffstat (limited to 'docs/topics')
| -rw-r--r-- | docs/topics/release-notes.md | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/docs/topics/release-notes.md b/docs/topics/release-notes.md index 5b371d01..46eb1494 100644 --- a/docs/topics/release-notes.md +++ b/docs/topics/release-notes.md @@ -4,6 +4,13 @@ > > — Eric S. Raymond, [The Cathedral and the Bazaar][cite]. +## 2.1.8 + +**Date**: 8th Dec 2012 + +* Fix for creating nullable Foreign Keys with `''` as well as `None`. +* Added `null=<bool>` related field option. + ## 2.1.7 **Date**: 7th Dec 2012 @@ -14,7 +21,7 @@ * Added pickle support for serialized data. * Support `source='dotted.notation'` style for nested serializers. * Make `Request.user` settable. -* Bugfix: Fix `RegexField` to work with `BrowsableAPIRenderer` +* Bugfix: Fix `RegexField` to work with `BrowsableAPIRenderer`. ## 2.1.6 |
