From 7cc52250f06c2a4769badbab1d7ee01f8e3cb46a Mon Sep 17 00:00:00 2001 From: Marnanel Thurman Date: Wed, 15 Aug 2018 15:27:45 +0100 Subject: Fixed #29662 -- Allowed test client to accept structured suffix JSON content types. --- docs/releases/2.1.1.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs') diff --git a/docs/releases/2.1.1.txt b/docs/releases/2.1.1.txt index ca424f40df..2a160642a5 100644 --- a/docs/releases/2.1.1.txt +++ b/docs/releases/2.1.1.txt @@ -32,3 +32,6 @@ Bugfixes * Fixed a regression where a ``related_query_name`` reverse accessor wasn't set up when a ``GenericRelation`` is declared on an abstract base model (:ticket:`29653`). + +* Fixed the test client's JSON serialization of a request data dictionary for + structured content type suffixes (:ticket:`29662`). -- cgit v1.3