summaryrefslogtreecommitdiff
path: root/docs
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:17:42 +0200
commit53bc81dca3d785d0b399cacbf84cc660355895fc (patch)
treefc2f397646c2b554d9e28c6fc68d4b05965644b3 /docs
parent117e97061093665a50bf35139e25e82da0afdf32 (diff)
[1.7.x] Fixed #21740 -- Allowed test client data to be an empty string
This fixes a regression introduced by 2a31d00933. Thanks tony-zhu for the report. Backport of f0bb3c98cc from master.
Diffstat (limited to 'docs')
-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 dfb1acbeac..cedb54d420 100644
--- a/docs/releases/1.7.1.txt
+++ b/docs/releases/1.7.1.txt
@@ -128,3 +128,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`).