fixed typo in driver_auto_json

This commit is contained in:
mdipierro
2014-09-13 18:55:03 -05:00
parent d81f4606db
commit b991f2926f
2 changed files with 2 additions and 2 deletions

View File

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

View File

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