Django

Code

Ticket #5024: 5024.diff

File 5024.diff, 425 bytes (added by ubernostrum, 1 year ago)

Patch changing 'passwd' to 'password'

  • docs/databases.txt

    old new  
    117117  [client] 
    118118  database = DATABASE_NAME 
    119119  user = DATABASE_USER 
    120   passwd = DATABASE_PASSWORD 
     120  password = DATABASE_PASSWORD 
    121121  default-character-set = utf8 
    122122 
    123123Several other MySQLdb connection options may be useful, such as ``ssl``,