Opened 2 weeks ago

Closed 2 weeks ago

#35432 closed Uncategorized (invalid)

Usage of django new STORAGE added in version 4.2

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

Description

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 ?

  from django.core.files.storage import storages

Change History (1)

comment:1 by Jacob Walls, 2 weeks ago

Resolution: invalid
Status: newclosed

Hi Ashwanth,

You've asked a question about using Django, however this forum is for bug reports and feature requests. Instead, you are likely to find someone who can help you in one of the support channels.

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