Opened 13 years ago

Closed 13 years ago

Last modified 13 years ago

#16808 closed Cleanup/optimization (fixed)

Remove dead code: typecast_boolean and rev_typecast_boolean

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

Description

In django/db/backends/util.py.

They were used by PostgreSQL long ago.

Attachments (1)

16808.patch (1.4 KB ) - added by Aymeric Augustin 13 years ago.

Download all attachments as: .zip

Change History (2)

by Aymeric Augustin, 13 years ago

Attachment: 16808.patch added

comment:1 by Alex Gaynor, 13 years ago

Resolution: fixed
Status: newclosed

In [16782]:

Fixed #16808, removed some dead code from teh ORM. Thanks to aaugustin for the patch.

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