mirror of
https://github.com/django/django.git
synced 2025-11-07 07:15:35 +00:00
[1.7.x] Fixed #21740 -- Allowed test client data to be an empty string
This fixes a regression introduced by2a31d00933. Thanks tony-zhu for the report. Backport off0bb3c98ccfrom master.
This commit is contained in:
@@ -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`).
|
||||
|
||||
Reference in New Issue
Block a user