mirror of
https://github.com/encode/django-rest-framework.git
synced 2024-11-11 12:17:24 +03:00
Update release notes
This commit is contained in:
parent
9fdb661c59
commit
6111dcef52
|
@ -42,6 +42,7 @@ You can determine your currently installed version using `pip freeze`:
|
|||
|
||||
### Master
|
||||
|
||||
* Serializers now support bulk create and bulk update operations.
|
||||
* 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.
|
||||
* Bugfix: Fix 500 error is OAuth not attempted with OAuthAuthentication class installed.
|
||||
* `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.
|
||||
|
|
Loading…
Reference in New Issue
Block a user