django.core.mail.outbox and __all__

114 views
Skip to first unread message

IL Ka

unread,
Aug 17, 2016, 7:30:11 AM8/17/16
to Django developers (Contributions to Django itself)
Hello,

``django.core.mail`` package contains ``__all__`` with list of public symbols, but ``outbox`` is not there. I understand that this field is dynamic, but it confuses user. Should not we add it to ``__all__``?



Ilya.

Tim Graham

unread,
Aug 17, 2016, 9:04:06 AM8/17/16
to Django developers (Contributions to Django itself)
I believe that would break things:

>>> from django.core.mail import *
AttributeError: module 'django.core.mail' has no attribute 'mailbox'
Reply all
Reply to author
Forward
0 new messages