Opened 16 years ago
Closed 16 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)
Change History (4)
by , 16 years ago
Attachment: | mysql_backend_database_wrapper_fix.diff added |
---|
comment:1 by , 16 years ago
Has patch: | set |
---|
comment:2 by , 16 years ago
comment:3 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Confirmed, the current trunk is broken.