Opened 14 years ago

Closed 14 years ago

Last modified 14 years ago

#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)

postgresql_db_type.diff (738 bytes ) - added by Alexander Schepanovski 14 years ago.

Download all attachments as: .zip

Change History (5)

by Alexander Schepanovski, 14 years ago

Attachment: postgresql_db_type.diff added

comment:1 by Russell Keith-Magee, 14 years ago

Triage Stage: UnreviewedAccepted

comment:2 by Alexander Schepanovski, 14 years ago

Status: newassigned
Triage Stage: AcceptedReady for checkin

Promoting to ready for chekin since it's obvious bug

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

Resolution: fixed
Status: assignedclosed

(In [13451]) Fixed #13773 -- Passed in the current connection in a call to db_type(). Thanks to Suor for the report and patch.

comment:4 by Russell Keith-Magee, 14 years ago

(In [13453]) [1.2.X] Fixed #13773 -- Passed in the current connection in a call to db_type(). Thanks to Suor for the report and patch.

Backport of r13451 from trunk.

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