1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

Refs #32446 -- Removed SERIALIZE test database setting per deprecation timeline.

This commit is contained in:
Mariusz Felisiak
2023-01-06 09:28:25 +01:00
parent 490cccbe7e
commit 6c0539ed7c
6 changed files with 7 additions and 70 deletions

View File

@@ -71,8 +71,8 @@ Bugfixes
* Made ``migrations.RunSQL`` no longer require percent sign escaping. This is
now consistent with ``cursor.execute()`` (:ticket:`23426`).
* Made the :setting:`SERIALIZE <TEST_SERIALIZE>` entry in the
:setting:`TEST <DATABASE-TEST>` dictionary usable (:ticket:`23421`).
* Made the ``SERIALIZE`` entry in the :setting:`TEST <DATABASE-TEST>`
dictionary usable (:ticket:`23421`).
* Fixed bug in migrations that prevented foreign key constraints to unmanaged
models with a custom primary key (:ticket:`23415`).