diff options
| author | Stephan Groß | 2013-05-28 07:39:56 -0700 |
|---|---|---|
| committer | Stephan Groß | 2013-05-28 07:39:56 -0700 |
| commit | f6d7f54fc15ed3bb97b1d97ff1ecaf99e933660e (patch) | |
| tree | a1c18df58b9b8ae459d1c36ff083855e6c942844 /docs/topics/release-notes.md | |
| parent | 22e1950e1cca237e6edeea3ddc9c798b975c6183 (diff) | |
| parent | 8f35ac4f93c608eaced3f48a46e8922104e09182 (diff) | |
| download | django-rest-framework-f6d7f54fc15ed3bb97b1d97ff1ecaf99e933660e.tar.bz2 | |
Merge pull request #897 from pborreli/typos
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. |
