aboutsummaryrefslogtreecommitdiffstats
path: root/docs/topics/release-notes.md
diff options
context:
space:
mode:
authorJosé Padilla2014-10-31 13:03:39 -0400
committerDougal Matthews2014-11-25 12:44:11 +0000
commit200e0b17daecd07de6d1f9926a430d29b3ee948f (patch)
tree8a8ac43c96df3a46b6c59f9a15a19553c7fb0e47 /docs/topics/release-notes.md
parent06683b86b2b15153df52fe481b5c4eeb489a80cf (diff)
downloaddjango-rest-framework-200e0b17daecd07de6d1f9926a430d29b3ee948f.tar.bz2
Clean up extra white space
Diffstat (limited to 'docs/topics/release-notes.md')
-rw-r--r--docs/topics/release-notes.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/release-notes.md b/docs/topics/release-notes.md
index 88780c3f..9fca949a 100644
--- a/docs/topics/release-notes.md
+++ b/docs/topics/release-notes.md
@@ -63,7 +63,7 @@ You can determine your currently installed version using `pip freeze`:
* Bugfix: Fix migration in `authtoken` application.
* Bugfix: Allow selection of integer keys in nested choices.
* Bugfix: Return `None` instead of `'None'` in `CharField` with `allow_none=True`.
-* Bugfix: Ensure custom model fields map to equivelent serializer fields more reliably.
+* Bugfix: Ensure custom model fields map to equivelent serializer fields more reliably.
* Bugfix: `DjangoFilterBackend` no longer quietly changes queryset ordering.
### 2.4.2