allow imports form gluon/dal.py
This commit is contained in:
+3
-1
@@ -11,7 +11,9 @@ Takes care of adapting pyDAL to web2py's needs
|
||||
"""
|
||||
|
||||
from pydal import DAL as pyDAL
|
||||
from pydal import Field, SQLCustomType, geoPoint, geoLine, geoPolygon
|
||||
from pydal import Field
|
||||
from pydal.objects import Row, Rows, Table, Query, Expression
|
||||
from pydal import SQLCustomType, geoPoint, geoLine, geoPolygon
|
||||
|
||||
|
||||
def _default_validators(db, field):
|
||||
|
||||
+1
-1
Submodule gluon/packages/dal updated: 2f513d830c...3a0b4645ca
Reference in New Issue
Block a user