diff options
| author | Pascal Borreli | 2013-05-28 15:09:23 +0100 |
|---|---|---|
| committer | Pascal Borreli | 2013-05-28 15:09:23 +0100 |
| commit | 8f35ac4f93c608eaced3f48a46e8922104e09182 (patch) | |
| tree | 55b394b57fc7b0e40283d89dc23dd0b41dfc074d /docs/topics/release-notes.md | |
| parent | 7123f0b1e6b29778c41476341bd2370f60c279fa (diff) | |
| download | django-rest-framework-8f35ac4f93c608eaced3f48a46e8922104e09182.tar.bz2 | |
Fixed typos
Diffstat (limited to 'docs/topics/release-notes.md')
| -rw-r--r-- | docs/topics/release-notes.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/topics/release-notes.md b/docs/topics/release-notes.md index d3a95f1a..16ac961d 100644 --- a/docs/topics/release-notes.md +++ b/docs/topics/release-notes.md @@ -106,14 +106,14 @@ You can determine your currently installed version using `pip freeze`: **Date**: 17th April 2013 * Loud failure when view does not return a `Response` or `HttpResponse`. -* Bugfix: Fix for Django 1.3 compatiblity. +* Bugfix: Fix for Django 1.3 compatibility. * Bugfix: Allow overridden `get_object()` to work correctly. ### 2.2.6 **Date**: 4th April 2013 -* OAuth2 authentication no longer requires unneccessary URL parameters in addition to the token. +* OAuth2 authentication no longer requires unnecessary URL parameters in addition to the token. * URL hyperlinking in browsable API now handles more cases correctly. * Long HTTP headers in browsable API are broken in multiple lines when possible. * Bugfix: Fix regression with DjangoFilterBackend not worthing correctly with single object views. |
