Opened 15 years ago

Closed 15 years ago

#10463 closed (fixed)

Could not initialize mysql backend since revision #10026

Reported by: aprilmay Owned by: nobody
Component: Database layer (models, ORM) Version: dev
Severity: Keywords:
Cc: Triage Stage: Unreviewed
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

in django/db/init.py, backend.DatabaseWrapper is now instanciated with an argument. The mysql backend misses the *args in init function definition.

Attachments (1)

mysql_backend_database_wrapper_fix.diff (557 bytes ) - added by aprilmay 15 years ago.

Download all attachments as: .zip

Change History (4)

comment:1 by aprilmay, 15 years ago

Has patch: set

comment:2 by Marco Bonetti, 15 years ago

Confirmed, the current trunk is broken.

comment:3 by Russell Keith-Magee, 15 years ago

Resolution: fixed
Status: newclosed

(In [10030]) Fixed #10463 -- Corrected a problem with the MySQL backend, introduced by [10026].

Note: See TracTickets for help on using tickets.
Back to Top