From b991f2926ff903615b5b1d9baf40982dd87e8644 Mon Sep 17 00:00:00 2001 From: mdipierro Date: Sat, 13 Sep 2014 18:55:03 -0500 Subject: [PATCH] fixed typo in driver_auto_json --- VERSION | 2 +- gluon/dal.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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