#30193 closed Bug (fixed)
Changes to PostgreSQL ensure_timezone caused unnecessary roundtrips to the database on connection initialization.
| Reported by: | Simon Charette | Owned by: | nobody |
|---|---|---|---|
| Component: | Database layer (models, ORM) | Version: | 2.2 |
| Severity: | Release blocker | 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
Changes were introduced in a96b9019320ed8236659ee520a7a017c1bafbc6f to deal with https://code.djangoproject.com/ticket/28478#comment:13 as reported on Github.
Change History (4)
comment:1 by , 7 years ago
| Has patch: | set |
|---|
comment:2 by , 7 years ago
| Triage Stage: | Accepted → Ready for checkin |
|---|
comment:3 by , 7 years ago
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
In 7071f8f2: