Opened 3 years ago
Closed 3 years ago
#33654 closed Cleanup/optimization (fixed)
Missed function in __all__ in timezone.py
Reported by: | Andrey Otto | Owned by: | Andrey Otto |
---|---|---|---|
Component: | Utilities | Version: | 4.0 |
Severity: | Normal | Keywords: | |
Cc: | Triage Stage: | Ready for checkin | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | yes | UI/UX: | no |
Description (last modified by )
Attachments (1)
Change History (8)
by , 3 years ago
Attachment: | django_pycharm.png added |
---|
comment:1 by , 3 years ago
Owner: | changed from | to
---|---|
Triage Stage: | Unreviewed → Accepted |
comment:4 by , 3 years ago
Owner: | changed from | to
---|
comment:5 by , 3 years ago
Triage Stage: | Accepted → Ready for checkin |
---|
comment:6 by , 3 years ago
Description: | modified (diff) |
---|
Note:
See TracTickets
for help on using tickets.
OK, yep, it's documented, so should likely be included in
__all__
. Thanks