Skip to content

Commit 6ee3e29

Browse files
committed
Add encode#3415 to the 3.2.4 release
1 parent 1054ea5 commit 6ee3e29

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/topics/release-notes.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ You can determine your currently installed version using `pip freeze`:
4848
* Fix `allow_empty` not working on serializers with `many=True`. ([#3361][gh3361], [#3364][gh3364])
4949
* Let `DurationField` accepts integers. ([#3359][gh3359])
5050
* Multi-level dictionaries not supported in multipart requests. ([#3314][gh3314])
51-
51+
* Fix `ListField` truncation on HTTP PATCH ([#3415][gh3415], [#2761][gh2761])
5252

5353
### 3.2.3
5454

@@ -525,9 +525,11 @@ For older release notes, [please see the version 2.x documentation][old-release-
525525
[gh3321]: https://github.com/tomchristie/django-rest-framework/issues/3321
526526

527527
<!-- 3.2.4 -->
528+
[gh2761]: https://github.com/tomchristie/django-rest-framework/issues/2761
528529
[gh3314]: https://github.com/tomchristie/django-rest-framework/issues/3314
529530
[gh3323]: https://github.com/tomchristie/django-rest-framework/issues/3323
530531
[gh3324]: https://github.com/tomchristie/django-rest-framework/issues/3324
531532
[gh3359]: https://github.com/tomchristie/django-rest-framework/issues/3359
532533
[gh3361]: https://github.com/tomchristie/django-rest-framework/issues/3361
533534
[gh3364]: https://github.com/tomchristie/django-rest-framework/issues/3364
535+
[gh3415]: https://github.com/tomchristie/django-rest-framework/issues/3415

0 commit comments

Comments
 (0)