From 4318e60a8025371a6da550eecc798e32d3864f9d Mon Sep 17 00:00:00 2001 From: Nick Pope Date: Mon, 10 May 2021 21:32:10 +0100 Subject: [3.2.x] Fixed #32732 -- Removed usage of deprecated 'db' and 'passwd' connection options in MySQL backend. The 'db' and 'passwd' connection options have been deprecated, use 'database' and 'password' instead (available since mysqlclient >= 1.3.8). This also allows the 'database' option in DATABASES['OPTIONS'] on MySQL. Backport of 1061f5243646b4c9b8a758f8a36c9e2ccdded1cf from main --- docs/releases/3.2.3.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/releases/3.2.3.txt b/docs/releases/3.2.3.txt index 9b1d9521d1..14a143b203 100644 --- a/docs/releases/3.2.3.txt +++ b/docs/releases/3.2.3.txt @@ -9,4 +9,4 @@ Django 3.2.3 fixes several bugs in 3.2.2. Bugfixes ======== -* ... +* Prepared for ``mysqlclient`` > 2.0.3 support (:ticket:`32732`). -- cgit v1.3