mirror of
https://github.com/django/django.git
synced 2025-08-03 10:34:04 +00:00
Fixed #21740 -- Allowed test client data to be an empty string
This fixes a regression introduced by 2a31d00933
.
Thanks tony-zhu for the report.
This commit is contained in:
parent
edcb33c92e
commit
f0bb3c98cc
3 changed files with 19 additions and 3 deletions
|
@ -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`).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue