- Add 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.
- Stop testing Python 2.6, 3.2, 3.3, 3.4.
- Stop testing Django < 1.11
- Start testing Python 3.7, 3.8
- Start testing Django 2.2, 3.0