aboutsummaryrefslogtreecommitdiffstats
path: root/docs/topics/release-notes.md
diff options
context:
space:
mode:
authorTom Christie2013-12-10 08:53:38 +0000
committerTom Christie2013-12-10 08:53:38 +0000
commitc09ad1bedc8559b2e6eadf0e5b8f3732af2d9d29 (patch)
tree7e832b33e2fec9fb92fee1323b869280227d0623 /docs/topics/release-notes.md
parent40164fcc6241489033d7015d429cbe0afc674d37 (diff)
downloaddjango-rest-framework-c09ad1bedc8559b2e6eadf0e5b8f3732af2d9d29.tar.bz2
Remove incorrect apostrophe
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 e186893e..1ddd8351 100644
--- a/docs/topics/release-notes.md
+++ b/docs/topics/release-notes.md
@@ -43,7 +43,7 @@ You can determine your currently installed version using `pip freeze`:
### Master
* JSON renderer now deals with objects that implement a dict-like interface.
-* Bugfix: Refine behavior that call's model manager `all()` across nested serializer relationships, preventing erronous behavior with some non-ORM objects, and preventing unneccessary queryset re-evaluations.
+* Bugfix: Refine behavior that calls model manager `all()` across nested serializer relationships, preventing erronous behavior with some non-ORM objects, and preventing unneccessary queryset re-evaluations.
### 2.3.10