diff options
| author | Tom Christie | 2012-12-18 18:23:28 +0000 |
|---|---|---|
| committer | Tom Christie | 2012-12-18 18:23:28 +0000 |
| commit | 24581faceb65d78acecd253808581a5534862d08 (patch) | |
| tree | 3c6aadb7e52a99b42f5c3ccd8e188934e2c97b11 | |
| parent | 6693d2d277823c9150077c7c9534b7550dfd192c (diff) | |
| download | django-rest-framework-24581faceb65d78acecd253808581a5534862d08.tar.bz2 | |
Update release notes.
| -rw-r--r-- | docs/topics/release-notes.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/topics/release-notes.md b/docs/topics/release-notes.md index a9083bb4..87aaefbd 100644 --- a/docs/topics/release-notes.md +++ b/docs/topics/release-notes.md @@ -6,6 +6,10 @@ ## 2.1.x series +### Master + +* Bugfix: Fix issue where pk was was being set to a string if set by URL kwarg. + ### 2.1.11 **Date**: 17th Dec 2012 |
