mirror of
https://github.com/django/django.git
synced 2025-10-26 23:26:08 +00:00
Fixed #34110 -- Added in-memory file storage.
Thanks Paolo Melchiorre, Carlton Gibson, and Mariusz Felisiak for reviews.
This commit is contained in:
committed by
Mariusz Felisiak
parent
04fdf71933
commit
72efd840a8
@@ -85,6 +85,12 @@ The Breach (HTB) paper`_.
|
||||
|
||||
.. _Heal The Breach (HTB) paper: https://ieeexplore.ieee.org/document/9754554
|
||||
|
||||
In-memory file storage
|
||||
----------------------
|
||||
|
||||
The new ``django.core.files.storage.InMemoryStorage`` class provides a
|
||||
non-persistent storage useful for speeding up tests by avoiding disk access.
|
||||
|
||||
Minor features
|
||||
--------------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user