mirror of
https://github.com/encode/django-rest-framework.git
synced 2024-11-23 10:03:57 +03:00
Added release notes
This commit is contained in:
parent
c911d54ae3
commit
21f7dcf7c6
|
@ -6,6 +6,12 @@
|
||||||
|
|
||||||
## Master
|
## Master
|
||||||
|
|
||||||
|
* Serializers now properly support nullable Foreign Keys.
|
||||||
|
* Serializer validation now includes model field validation, such as uniqueness constraints.
|
||||||
|
* Support 'true' and 'false' string values for BooleanField.
|
||||||
|
* Added pickle support for serialized data.
|
||||||
|
* Support `source='dotted.notation'` style for nested serializers.
|
||||||
|
* Make `Request.user` settable.
|
||||||
* Bugfix: Fix `RegexField` to work with `BrowsableAPIRenderer`
|
* Bugfix: Fix `RegexField` to work with `BrowsableAPIRenderer`
|
||||||
|
|
||||||
## 2.1.6
|
## 2.1.6
|
||||||
|
|
Loading…
Reference in New Issue
Block a user