#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
-------------------------------------+-------------------------------------
Changes (by Mariusz Felisiak <felisiak.mariusz@…>):

 * status:  assigned => closed
 * resolution:   => fixed


Comment:

 In [changeset:"1061f5243646b4c9b8a758f8a36c9e2ccdded1cf" 1061f52]:
 {{{
 #!CommitTicketReference repository=""
 revision="1061f5243646b4c9b8a758f8a36c9e2ccdded1cf"
 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.
 }}}

-- 
Ticket URL: <https://code.djangoproject.com/ticket/32732#comment:5>
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.4e964a4c75ab1e516fb9ec8aeb70ac0e%40djangoproject.com.

Reply via email to