8000 Update release notes · dhepper/django-rest-framework@9a2ba4b · GitHub
[go: up one dir, main page]

Skip to content

Commit 9a2ba4b

Browse files
committed
Update release notes
1 parent 4055129 commit 9a2ba4b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/topics/release-notes.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ You can determine your currently installed version using `pip freeze`:
4242

4343
### Master
4444

45+
* Regression fix: Date and time fields return date/time objects by default. Fixes regressions caused by 2.2.2. See [#743][743] for more details.
46+
* Bugfix: Fix 500 error is OAuth not attempted with OAuthAuthentication class installed.
4547
* `Serializer.save()` now supports arbitrary keyword args which are passed through to the object `.save()` method. Mixins use `force_insert` and `force_update` where appropriate, resulting in one less database query.
4648

4749
### 2.2.4
@@ -434,6 +436,7 @@ This change will not affect user code, so long as it's following the recommended
434436
[django-deprecation-policy]: https://docs.djangoproject.com/en/dev/internals/release-process/#internal-release-deprecation-policy
435437
[defusedxml-announce]: http://blog.python.org/2013/02/announcing-defusedxml-fixes-for-xml.html
436438
[2.2-announcement]: 2.2-announcement.md
439+
[743]: https://github.com/tomchristie/django-rest-framework/pull/743
437440
[staticfiles14]: https://docs.djangoproject.com/en/1.4/howto/static-files/#with-a-template-tag
438441
[staticfiles13]: https://docs.djangoproject.com/en/1.3/howto/static-files/#with-a-template-tag
439442
[2.1.0-notes]: https://groups.google.com/d/topic/django-rest-framework/Vv2M0CMY9bg/discussion

0 commit comments

Comments
 (0)
0