Fixed bug in models.py:User that caused all users created by the same python process...
authorJoar Wandborg <git@wandborg.com>
Fri, 6 May 2011 22:55:32 +0000 (00:55 +0200)
committerJoar Wandborg <git@wandborg.com>
Fri, 6 May 2011 22:55:32 +0000 (00:55 +0200)
commit67e63926f929cf7b6665fba00238fec227b5831e
tree6817816920891838dfb39dffdcbb8f028e770150
parente19bd50a7b1bc0232ddb5afbebd06abaf1da537f
Fixed bug in models.py:User that caused all users created by the same python process to have the same verification_key value

Signed-off-by: Joar Wandborg <git@wandborg.com>
mediagoblin/models.py