Backport FakeStorageSubclass from versions/next

Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
This commit is contained in:
Roberto Rosario
2019-07-11 01:56:06 -04:00
parent 3fab5c1427
commit 1ab7b7b9b1
12 changed files with 131 additions and 11 deletions

View File

@@ -0,0 +1,10 @@
from __future__ import unicode_literals
class FakeStorageSubclass(object):
"""
Placeholder class to allow serializing the real storage subclass to
support migrations.
"""
def __eq__(self, other):
return True