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:
@@ -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`).
|
||||
|
||||
Reference in New Issue
Block a user