fixed typo in driver_auto_json
This commit is contained in:
2
VERSION
2
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
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user