#32732: MySQL backend uses deprecated "db" and "passwd" kwargs.
-------------------------------------+-------------------------------------
     Reporter:  gopackgo90           |                    Owner:  Nick Pope
         Type:                       |                   Status:  closed
  Cleanup/optimization               |
    Component:  Database layer       |                  Version:  3.2
  (models, ORM)                      |
     Severity:  Normal               |               Resolution:  fixed
     Keywords:  mysql                |             Triage Stage:  Accepted
    Has patch:  1                    |      Needs documentation:  0
  Needs tests:  0                    |  Patch needs improvement:  0
Easy pickings:  1                    |                    UI/UX:  0
-------------------------------------+-------------------------------------

Comment (by Mariusz Felisiak <felisiak.mariusz@…>):

 In [changeset:"4318e60a8025371a6da550eecc798e32d3864f9d" 4318e60a]:
 {{{
 #!CommitTicketReference repository=""
 revision="4318e60a8025371a6da550eecc798e32d3864f9d"
 [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
 }}}

-- 
Ticket URL: <https://code.djangoproject.com/ticket/32732#comment:6>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/068.93371e47701eab0030f2a659d37e33b9%40djangoproject.com.

Reply via email to