summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMarnanel Thurman <thomas@thurman.org.uk>2018-08-15 15:27:45 +0100
committerTim Graham <timograham@gmail.com>2018-08-15 10:28:08 -0400
commitef306338eb1a8572c1f3203b29dff933bd2c5330 (patch)
tree48543ed7c51b90d8c70327a1d9335eb245649f11 /docs
parentc903e905b3c5d66477f8d04717650644afc04e1f (diff)
[2.1.x] Fixed #29662 -- Allowed test client to accept structured suffix JSON content types.
Backport of 7cc52250f06c2a4769badbab1d7ee01f8e3cb46a from master
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/2.1.1.txt3
1 files changed, 3 insertions, 0 deletions
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`).