Mongo removal: Remove the validate=True arg to obj.save()
authorElrond <elrond+mediagoblin.org@samba-tng.org>
Sun, 23 Dec 2012 20:01:13 +0000 (21:01 +0100)
committerElrond <elrond+mediagoblin.org@samba-tng.org>
Sun, 23 Dec 2012 23:07:24 +0000 (00:07 +0100)
commitb39d1f2351352fca21666137fa137eb64926a036
tree9ec1dc3611deeba908f907f2ef27effc13424816
parent1eac751bd2b3ecf4f9bfffe101c3f16f1e49eba6
Mongo removal: Remove the validate=True arg to obj.save()

all callers were forced to use validate=True anyway. So
remove this useless stuff.
mediagoblin/auth/views.py
mediagoblin/db/sql/base.py
mediagoblin/gmg_commands/users.py
mediagoblin/plugins/api/views.py
mediagoblin/submit/views.py
mediagoblin/user_pages/views.py