#13773 closed (fixed)
model field's db_type() called without connection arg in pg creation.py
Reported by: | Alexander Schepanovski | Owned by: | Alexander Schepanovski |
---|---|---|---|
Component: | Database layer (models, ORM) | Version: | 1.2 |
Severity: | Keywords: | ||
Cc: | Triage Stage: | Ready for checkin | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
In django/db/backends/postgresql/creation.py line 66 db_type() method called without connection argument
Attachments (1)
Change History (5)
by , 14 years ago
Attachment: | postgresql_db_type.diff added |
---|
comment:1 by , 14 years ago
Triage Stage: | Unreviewed → Accepted |
---|
comment:2 by , 14 years ago
Status: | new → assigned |
---|---|
Triage Stage: | Accepted → Ready for checkin |
comment:3 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:4 by , 14 years ago
Note:
See TracTickets
for help on using tickets.
Promoting to ready for chekin since it's obvious bug