mirror of
https://github.com/sqlalchemy/sqlalchemy.git
synced 2026-06-03 22:35:46 -04:00
added MutableType, Concatenable to __all__
This commit is contained in:
@@ -17,7 +17,7 @@ __all__ = [ 'TypeEngine', 'TypeDecorator', 'AbstractType',
|
||||
'BOOLEAN', 'SMALLINT', 'DATE', 'TIME',
|
||||
'String', 'Integer', 'SmallInteger','Smallinteger',
|
||||
'Numeric', 'Float', 'DateTime', 'Date', 'Time', 'Binary',
|
||||
'Boolean', 'Unicode', 'UnicodeText', 'PickleType', 'Interval',
|
||||
'Boolean', 'Unicode', 'MutableType', 'Concatenable', 'UnicodeText', 'PickleType', 'Interval',
|
||||
'type_map'
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user