#35432: Usage of django new STORAGE added in version 4.2
-------------------------------------------------+------------------------
Reporter: Ashwanth Balakrishnan | Owner: nobody
Type: Uncategorized | Status: new
Component: File uploads/storage | Version: 4.2
Severity: Normal | Keywords:
Triage Stage: Unreviewed | Has patch: 0
Needs documentation: 0 | Needs tests: 0
Patch needs improvement: 0 | Easy pickings: 0
UI/UX: 0 |
-------------------------------------------------+------------------------
https://github.com/jschneier/django-storages/issues/1393
Is this the correct way of using storages in FileField ?
And why does intellisense not pick this ?
{{{#!python
from django.core.files.storage import storages
}}}
--
Ticket URL: <
https://code.djangoproject.com/ticket/35432>
Django <
https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.