diff options
| author | Tom Christie | 2013-02-23 07:24:36 +0000 |
|---|---|---|
| committer | Tom Christie | 2013-02-23 07:24:36 +0000 |
| commit | f729506261d241b02b7bacb06cbbe8c0c39980da (patch) | |
| tree | f7211863205c984e8ec9d597f51d7379b20bd4a1 | |
| parent | e1f0001f92b812c7406b009edff786dfbccc32cb (diff) | |
| download | django-rest-framework-f729506261d241b02b7bacb06cbbe8c0c39980da.tar.bz2 | |
Update release notes
| -rw-r--r-- | docs/topics/release-notes.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/topics/release-notes.md b/docs/topics/release-notes.md index 22cd3cf0..06dc79a6 100644 --- a/docs/topics/release-notes.md +++ b/docs/topics/release-notes.md @@ -42,6 +42,7 @@ You can determine your currently installed version using `pip freeze`: ### Master +* Bugfix for serializer data being uncacheable with pickle protocol 0. * Bugfixes for model field validation edge-cases. ### 2.2.1 |
