diff options
| author | Xavier Ordoquy | 2014-12-11 15:58:02 +0100 | 
|---|---|---|
| committer | Xavier Ordoquy | 2014-12-11 15:58:02 +0100 | 
| commit | 9c37174768c4295aaa9bd0c90bfed63942c24203 (patch) | |
| tree | 5cae60cd053492982c5dbff691cf1ce10a1762b2 /docs/topics | |
| parent | 3a69182cc93956787ad6864258372cff68404a48 (diff) | |
| download | django-rest-framework-9c37174768c4295aaa9bd0c90bfed63942c24203.tar.bz2 | |
Fix the ghost backtick.
Diffstat (limited to 'docs/topics')
| -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 0b24546b..f00d3c54 100644 --- a/docs/topics/release-notes.md +++ b/docs/topics/release-notes.md @@ -47,7 +47,7 @@ You can determine your currently installed version using `pip freeze`:  * More helpful error message when the default Serializer `create()` fails. ([#2013][gh2013])  * Raise error when attempting to save serializer if data is not valid. ([#2098][gh2098])  * Fix `FileUploadParser` breaks with empty file names and multiple upload handlers. ([#2109][gh2109]) -* Improve BindingDict` to support standard dict-functions. ([#2135][gh2135], [#2163][gh2163]) +* Improve `BindingDict` to support standard dict-functions. ([#2135][gh2135], [#2163][gh2163])  * Add `validate()` to `ListSerializer`. ([#2168][gh2168], [#2225][gh2225], [#2232][gh2232])  * Fix JSONP renderer failing to escape some characters. ([#2169][gh2169], [#2195][gh2195])  * Add missing default style for `FileField`. ([#2172][gh2172]) | 
