diff --git a/VERSION b/VERSION index 53a1674c..24370613 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -Version 2.9.9-stable+timestamp.2014.09.13.10.35.47 +Version 2.9.9-stable+timestamp.2014.09.13.18.54.57 diff --git a/gluon/dal.py b/gluon/dal.py index 54097f42..09a41a03 100644 --- a/gluon/dal.py +++ b/gluon/dal.py @@ -5704,7 +5704,7 @@ def cleanup(text): class MongoDBAdapter(NoSQLAdapter): drivers = ('pymongo', ) - driver_auto_json_loads = ['loads','dumps'] + driver_auto_json = ['loads','dumps'] uploads_in_blob = False