summaryrefslogtreecommitdiff
path: root/docs/releases/1.7.1.txt
diff options
context:
space:
mode:
authorClaude Paroz <claude@2xlibre.net>2014-10-20 22:32:43 +0200
committerClaude Paroz <claude@2xlibre.net>2014-10-21 09:16:57 +0200
commitf0bb3c98cc9e128cb0c1622be9eb41a26794c91f (patch)
tree9d36849565751d4310e7a10754483b9f697db208 /docs/releases/1.7.1.txt
parentedcb33c92e11ad5ac92a928e65b7d321fa9d067c (diff)
Fixed #21740 -- Allowed test client data to be an empty string
This fixes a regression introduced by 2a31d00933. Thanks tony-zhu for the report.
Diffstat (limited to 'docs/releases/1.7.1.txt')
-rw-r--r--docs/releases/1.7.1.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/1.7.1.txt b/docs/releases/1.7.1.txt
index f356d9d8d5..215e2fc211 100644
--- a/docs/releases/1.7.1.txt
+++ b/docs/releases/1.7.1.txt
@@ -129,3 +129,6 @@ Bugfixes
* Fixed :djadmin:`makemigrations` to detect changes to
:attr:`Meta.db_table <django.db.models.Options.db_table>` (:ticket:`23629`).
+
+* Fixed a regression when feeding the Django test client with an empty data
+ string (:ticket:`21740`).