Merge pull request #59 from kelvinhammond/patch-1
Added URLType to global import
This commit is contained in:
@@ -46,6 +46,7 @@ from .types import (
|
|||||||
ScalarListException,
|
ScalarListException,
|
||||||
TimezoneType,
|
TimezoneType,
|
||||||
TSVectorType,
|
TSVectorType,
|
||||||
|
URLType,
|
||||||
UUIDType,
|
UUIDType,
|
||||||
)
|
)
|
||||||
|
|
||||||
@@ -100,6 +101,7 @@ __all__ = (
|
|||||||
ScalarListType,
|
ScalarListType,
|
||||||
TimezoneType,
|
TimezoneType,
|
||||||
TSVectorType,
|
TSVectorType,
|
||||||
|
URLType,
|
||||||
UUIDType,
|
UUIDType,
|
||||||
database_exists,
|
database_exists,
|
||||||
create_database,
|
create_database,
|
||||||
|
Reference in New Issue
Block a user