Opened 8 years ago

Closed 7 years ago

#27327 closed Cleanup/optimization (fixed)

Simplify time zone handling by making pytz a required dependency

Reported by: Tim Graham Owned by: Tim Graham
Component: Utilities Version: dev
Severity: Normal Keywords:
Cc: Triage Stage: Accepted
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

As discussed on django-developers, Adding pytz to install_requires will simplify Django's time zone handling and provide a better user experience.

Change History (4)

comment:1 by Tim Graham, 8 years ago

Has patch: set

comment:2 by Claude Paroz, 8 years ago

Shouldn't we wait until this WIP DEP is finished and approved first?

comment:3 by Tim Graham, 8 years ago

I hadn't seen the DEP, but there seems to be consensus on the mailing list such that I don't think waiting for the DEP has much advantage.

comment:4 by Tim Graham <timograham@…>, 7 years ago

Resolution: fixed
Status: assignedclosed

In 414ad25b:

Fixed #27327 -- Simplified time zone handling by requiring pytz.

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