Merge pull request #59 from kelvinhammond/patch-1

Added URLType to global import
This commit is contained in:
Konsta Vesterinen
2014-01-12 07:19:03 -08:00

View File

@@ -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,