user.get('moo') -> user.moo
authorSebastian Spaeth <Sebastian@SSpaeth.de>
Tue, 22 Jan 2013 21:18:08 +0000 (22:18 +0100)
committerSebastian Spaeth <Sebastian@SSpaeth.de>
Tue, 22 Jan 2013 21:18:08 +0000 (22:18 +0100)
commit066d49b2c1c8319a5b7805b4a68a8ee2b1c59ad1
tree0f1b48cbac9d024a21c6e726db622877ef7546c5
parent79f7cfd900c115fd4c1e4fe8e50f6aad6a56160f
user.get('moo') -> user.moo

User fields are always existent, so there is no need to .get() them,
just use them directly.

Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
mediagoblin/decorators.py
mediagoblin/edit/views.py
mediagoblin/submit/views.py