Show More
@@ -50,6 +50,7 b' class JSONEncodedObj(sqlalchemy.types.Ty' | |||||
50 | impl = UnicodeText |
|
50 | impl = UnicodeText | |
51 | safe = True |
|
51 | safe = True | |
52 | enforce_str = True |
|
52 | enforce_str = True | |
|
53 | cache_ok = True | |||
53 |
|
54 | |||
54 | def __init__(self, *args, **kwargs): |
|
55 | def __init__(self, *args, **kwargs): | |
55 | self.default = kwargs.pop('default', None) |
|
56 | self.default = kwargs.pop('default', None) |
General Comments 0
You need to be logged in to leave comments.
Login now