Django

Code

Ticket #13773 (closed: fixed)

Opened 3 months ago

Last modified 1 month ago

model field's db_type() called without connection arg in pg creation.py

Reported by: Suor Assigned to: Suor
Milestone: Component: Database layer (models, ORM)
Version: 1.2 Keywords:
Cc: Triage Stage: Ready for checkin
Has patch: 1 Needs documentation: 0
Needs tests: 0 Patch needs improvement: 0

Description

In django/db/backends/postgresql/creation.py line 66 db_type() method called without connection argument

Attachments

postgresql_db_type.diff (0.7 kB) - added by Suor on 06/16/10 04:18:21.

Change History

06/16/10 04:18:21 changed by Suor

  • attachment postgresql_db_type.diff added.

06/16/10 08:00:26 changed by russellm

  • needs_better_patch changed.
  • stage changed from Unreviewed to Accepted.
  • needs_tests changed.
  • needs_docs changed.

06/21/10 21:07:46 changed by Suor

  • status changed from new to assigned.
  • stage changed from Accepted to Ready for checkin.

Promoting to ready for chekin since it's obvious bug

07/29/10 21:54:47 changed by russellm

  • status changed from assigned to closed.
  • resolution set to fixed.

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

07/29/10 21:58:52 changed by russellm

(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.


Add/Change #13773 (model field's db_type() called without connection arg in pg creation.py)




Change Properties
Action