Opened 2 years ago

Last modified 2 years ago

#33654 closed Cleanup/optimization

Missed function in __all__ in timezone.py — at Version 6

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 Carlton Gibson)

In some reason in timezone.py file missed localdate() function in __all__ list. Because of this PyCharm (for example) highlights import of localdate.

https://code.djangoproject.com/raw-attachment/ticket/33654/django_pycharm.png

Change History (7)

by Andrey Otto, 2 years ago

Attachment: django_pycharm.png added

comment:1 by Carlton Gibson, 2 years ago

Owner: changed from Andrey Otto to Carlton Gibson
Triage Stage: UnreviewedAccepted

OK, yep, it's documented, so should likely be included in __all__. Thanks

comment:2 by Carlton Gibson, 2 years ago

Has patch: set

comment:3 by Carlton Gibson, 2 years ago

Already there Andrey. PR 🙂

comment:4 by Carlton Gibson, 2 years ago

Owner: changed from Carlton Gibson to Andrey Otto

comment:5 by Carlton Gibson, 2 years ago

Triage Stage: AcceptedReady for checkin

comment:6 by Carlton Gibson, 2 years ago

Description: modified (diff)
Note: See TracTickets for help on using tickets.
Back to Top