- Adds support for Django class serialization by adding a
@deconstruct
decorator toInMemoryStorage
- Adds an
__eq__
method toInMemoryStorage
for Django migrations. - Adds the
path
argument whenPathDoesNotExist
is raised, which helps with stack traces.
PyPI: https://pypi.org/project/dj-inmemorystorage/2.1.0/
PRs: #18, #20