- Add support for Django class serialization by adding a `deconstruct` decorator to `InMemoryStorage` - See: https://docs.djangoproject.com/en/3.0/topics/migrations/adding-a-deconstruct-method - Adds an `__eq__` method to `InMemoryStorage` for Django migrations. - Adds the `path` argument when `PathDoesNotExist` is raised, which helps with stack traces.