Note edge case compatibility break in 3.10.x

This commit is contained in:
syntaf 2021-03-11 21:29:06 -08:00
parent 883f6fe814
commit 63d8063234

View File

@ -172,6 +172,10 @@ Date: 28th September 2020
* Use `user.get_username` in templates, in preference to `user.username`.
* Fix for cursor pagination issue that could occur after object deletions.
* Fix for nullable fields with `source="*"`
**Possible backwards compatibility break** if you were previously relying on these fields to skip validation when
receiving `None`, you will need to override your field's `to_internal_value` to short-circuit values of `None`
to avoid any validation rules
* Always apply all throttle classes during throttling checks.
* Updates to jQuery and Markdown dependencies.
* Don't strict disallow redundant `SerializerMethodField` field name arguments.