Opened 6 years ago

Closed 6 years ago

#29857 closed Cleanup/optimization (fixed)

Add get_storage_class to __all__ in django.core.files.storage

Reported by: Alex Owned by: nobody
Component: File uploads/storage Version:
Severity: Normal Keywords:
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: yes UI/UX: no

Description

Considering the function get_storage_class is documented for public use, I don't see why it should be added to __all__ https://github.com/django/django/blob/master/django/core/files/storage.py#L19

Change History (1)

comment:1 by Tim Graham <timograham@…>, 6 years ago

Resolution: fixed
Status: newclosed

In 4268d275:

Fixed #29857 -- Added get_storage_class to django.core.files.storage.all.

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