#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)
Change History (2)
by , 14 years ago
| Attachment: | 16808.patch added |
|---|
comment:1 by , 14 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
In [16782]: