diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2021-12-03 11:56:22 +0100 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2021-12-03 12:01:28 +0100 |
| commit | cb724ef6c0fd71cd5bdbdc27c02f4da0f7e2ad08 (patch) | |
| tree | 3bdbc72d56135923d0c2159c4334bf434b5db271 /docs/releases/3.2.10.txt | |
| parent | 0cf2d48ba83543b16bdf390d941eb98e8d34f3bd (diff) | |
[3.2.x] Fixed #33333 -- Fixed setUpTestData() crash with models.BinaryField on PostgreSQL.
This makes models.BinaryField pickleable on PostgreSQL.
Regression in 3cf80d3fcf7446afdde16a2be515c423f720e54d.
Thanks Adam Zimmerman for the report.
Backport of 2c7846d992ca512d36a73f518205015c88ed088c from main.
Diffstat (limited to 'docs/releases/3.2.10.txt')
| -rw-r--r-- | docs/releases/3.2.10.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/releases/3.2.10.txt b/docs/releases/3.2.10.txt index 8df403e3d4..18f0f9f09a 100644 --- a/docs/releases/3.2.10.txt +++ b/docs/releases/3.2.10.txt @@ -10,4 +10,6 @@ Django 3.2.10 fixes a security issue with severity "low" and several bugs in Bugfixes ======== -* ... +* Fixed a regression in Django 3.2 that caused a crash of ``setUpTestData()`` + with ``BinaryField`` on PostgreSQL, which is ``memoryview``-backed + (:ticket:`33333`). |
