[#6384] Upgrade Ming; disable auto index creation

Signed-off-by: Tim Van Steenburgh <tvansteenburgh@gmail.com>
diff --git a/Allura/development.ini b/Allura/development.ini
index 646c468..ab0877c 100644
--- a/Allura/development.ini
+++ b/Allura/development.ini
@@ -162,9 +162,13 @@
 # These don't necessarily have to be separate databases, they could
 # be all in the same database if desired
 ming.main.uri = mongodb://127.0.0.1:27017/allura
+ming.main.auto_ensure_indexes = False
 ming.project.uri = mongodb://127.0.0.1:27017/project-data
+ming.project.auto_ensure_indexes = False
 ming.task.uri = mongodb://127.0.0.1:27017/task
+ming.task.auto_ensure_indexes = False
 ming.zarkov.uri = mongodb://127.0.0.1:27017/zarkov
+ming.zarkov.auto_ensure_indexes = False
 
 # Zarkov host setting, requires the zarkov and gevent libraries.
 #zarkov.host = tcp://127.0.0.1:9000
diff --git a/requirements-common.txt b/requirements-common.txt
index 351adfd..c036657 100644
--- a/requirements-common.txt
+++ b/requirements-common.txt
@@ -21,7 +21,7 @@
 iso8601==0.1.4
 Jinja2==2.6
 Markdown==2.2.0
-Ming==0.3.5dev-20130522
+Ming==0.3.6dev-20130620
 oauth2==1.5.170
 # tg2 dep PasteDeploy must specified before TurboGears2, to avoid a version/allow-hosts problem
 Paste==1.7.5.1