#12912 closed (fixed)
Deprecate psycopg1
Reported by: | Andrew Badr | Owned by: | nobody |
---|---|---|---|
Component: | Database layer (models, ORM) | Version: | 1.1 |
Severity: | Keywords: | ||
Cc: | Triage Stage: | Accepted | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
As discussed on django-users, the psycopg1 backend should be deprecated for 1.2.
http://groups.google.com/group/django-developers/browse_thread/thread/ac7874cac8ece97
Change History (3)
comment:1 by , 15 years ago
Triage Stage: | Unreviewed → Accepted |
---|
comment:2 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
(In [12510]) Fixed #12912 -- Placed the psycopg1-backed
postgresql
database backend on the deprecation path.