Opened 2 years ago

Closed 21 months ago

#34110 closed New feature (fixed)

Add InMemoryStorage

Reported by: Josh Thomas Owned by: Francesco Panico
Component: File uploads/storage Version: dev
Severity: Normal Keywords:
Cc: Paolo Melchiorre, Francesco Panico Triage Stage: Ready for checkin
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

I'd like to see Django offer an in memory storage backend, similar to the dj-inmemorystorage third-party package.

I have found this package useful in speeding up tests that deal with file storage, but it appears to be unmaintained.

Change History (18)

comment:1 by Paolo Melchiorre, 2 years ago

I agree with the proposal and I have sent an email to the django developer list for feedback

https://groups.google.com/g/django-developers/c/KzwdJCxzgu4/m/qUROzQBlCQAJ

comment:2 by Paolo Melchiorre, 2 years ago

Cc: Paolo Melchiorre added

comment:3 by Mariusz Felisiak, 2 years ago

Triage Stage: UnreviewedAccepted

Tentatively accepted, based on the feedback from the mailing list.

comment:4 by Shai Berger, 23 months ago

Consider also #23251 where the issue of storage in tests is addressed more comprehensively

comment:5 by Francesco Panico, 23 months ago

Owner: changed from nobody to Francesco Panico
Status: newassigned

comment:6 by Francesco Panico, 23 months ago

Cc: Francesco Panico added
Has patch: set

comment:7 by Mariusz Felisiak, 23 months ago

Needs documentation: set
Patch needs improvement: set

comment:8 by Mariusz Felisiak <felisiak.mariusz@…>, 23 months ago

In 032c09c4:

Refs #34110 -- Reorganized django.core.files.storage into a separate module.

comment:9 by Mariusz Felisiak <felisiak.mariusz@…>, 23 months ago

In 99b4f90e:

Refs #34110 -- Added StorageSettingsMixin.

comment:10 by Francesco Panico, 22 months ago

Needs documentation: unset
Patch needs improvement: unset

comment:11 by Mariusz Felisiak, 22 months ago

Needs tests: set
Patch needs improvement: set

comment:12 by Francesco Panico, 22 months ago

Needs tests: unset
Patch needs improvement: unset

comment:13 by Mariusz Felisiak, 21 months ago

Needs tests: set

comment:14 by Francesco Panico, 21 months ago

Needs tests: unset

comment:15 by Mariusz Felisiak, 21 months ago

Patch needs improvement: set

comment:16 by Francesco Panico, 21 months ago

Patch needs improvement: unset

comment:17 by Mariusz Felisiak, 21 months ago

Triage Stage: AcceptedReady for checkin

comment:18 by Mariusz Felisiak <felisiak.mariusz@…>, 21 months ago

Resolution: fixed
Status: assignedclosed

In 72efd840:

Fixed #34110 -- Added in-memory file storage.

Thanks Paolo Melchiorre, Carlton Gibson, and Mariusz Felisiak for
reviews.

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