Opened 9 years ago
Closed 9 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 , 9 years ago
| Has patch: | set |
|---|
comment:3 by , 9 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.
Note:
See TracTickets
for help on using tickets.
PR