diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2021-12-03 11:56:22 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-12-03 11:56:22 +0100 |
| commit | 2c7846d992ca512d36a73f518205015c88ed088c (patch) | |
| tree | ed9bdd249723a5504d22a1ce433d3773ffe9c92a /docs | |
| parent | 9c1fe446b620963209df03b2fab1b3b9b5dc1988 (diff) | |
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.
Diffstat (limited to 'docs')
| -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`). |
