Opened 7 years ago
Closed 7 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
Note:
See TracTickets
for help on using tickets.
In 4268d275: