diff options
| author | Tom Christie | 2013-01-03 21:46:18 +0000 | 
|---|---|---|
| committer | Tom Christie | 2013-01-03 21:49:29 +0000 | 
| commit | bfea7f64ee66cf96c6802ab68d03983aa5bf997f (patch) | |
| tree | 7079684cc2cef2beb1391db849dea0a505ddb955 /docs | |
| parent | 92ae08207a7d588aef05eecf6826765ac6caf299 (diff) | |
| download | django-rest-framework-bfea7f64ee66cf96c6802ab68d03983aa5bf997f.tar.bz2 | |
Tweak behavior of hyperlinked fields that include an explicit format suffix.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/topics/release-notes.md | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/release-notes.md b/docs/topics/release-notes.md index b0100179..b5d5ae02 100644 --- a/docs/topics/release-notes.md +++ b/docs/topics/release-notes.md @@ -66,7 +66,7 @@ This change will not affect user code, so long as it's following the recommended  * Bugfix: Ensure read-only fields don't have model validation applied.  * Bugfix: Fix hyperlinked fields in paginated results. -## 2.1.9 +### 2.1.9  **Date**: 11th Dec 2012  | 
