File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change 11
2+ v2.1.0
3+
4+ * Parse ` meta ` in JSONParser
5+ * Added code coverage reporting and updated Django versions tested against
6+ * Fixed Django 1.10 compatibility
7+ * Added support for regular non-ModelSerializers
8+ * Added performance enhancements to reduce the number of queries in related payloads
9+ * Fixed bug where related ` SerializerMethodRelatedField ` fields were not included even if in ` include `
10+ * Convert ` include ` field names back to snake_case
11+ * Documented built in ` url ` field for generating a ` self ` link in the ` links ` key
12+ * Fixed bug that prevented ` fields = () ` in a serializer from being valid
13+ * Fixed stale data returned in PATCH to-one relation
14+ * Raise a ` ParseError ` if an ` id ` is not included in a PATCH request
15+
216v2.0.1
317
418* Fixed naming error that caused ModelSerializer relationships to fail
You can’t perform that action at this time.
0 commit comments