diff options
| author | Tom Christie | 2013-01-26 20:59:15 +0000 |
|---|---|---|
| committer | Tom Christie | 2013-01-26 20:59:15 +0000 |
| commit | a75db4cfb8ed756c451bfda7ea0c73a73859216f (patch) | |
| tree | 3bba8455d0921d4bc278dd1455a2f3c8ff132171 /docs/topics/release-notes.md | |
| parent | 4d43e9f7def1ee3a3b37635dbd8487ee7ca61132 (diff) | |
| download | django-rest-framework-a75db4cfb8ed756c451bfda7ea0c73a73859216f.tar.bz2 | |
Version 2.1.172.1.17
Diffstat (limited to 'docs/topics/release-notes.md')
| -rw-r--r-- | docs/topics/release-notes.md | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/docs/topics/release-notes.md b/docs/topics/release-notes.md index 4bd73e78..0c3ebca0 100644 --- a/docs/topics/release-notes.md +++ b/docs/topics/release-notes.md @@ -16,11 +16,15 @@ Major version numbers (x.0.0) are reserved for project milestones. No major poi ## 2.1.x series -### Master +### 2.1.17 + +**Date**: 26th Jan 2013 * Support proper 401 Unauthorized responses where appropriate, instead of always using 403 Forbidden. * Support json encoding of timedelta objects. -* `format_suffix_patterns()` now supports `include` style URL patterns. +* `format_suffix_patterns()` now supports `include` style URL patterns. +* Bugfix: Fix issues with custom pagination serializers. +* Bugfix: Nested serializers now accept `source='*'` argument. * Bugfix: Return proper validation errors when incorrect types supplied for relational fields. * Bugfix: Support nullable FKs with `SlugRelatedField`. * Bugfix: Don't call custom validation methods if the field has an error. |
