Fixed uuid model case

This commit is contained in:
Adolfo Gómez García 2015-03-23 02:22:54 +01:00
parent e02b3ad881
commit 989600e639

View File

@ -11,4 +11,4 @@ def generateUuid():
'''
Generates a ramdom uuid for models default
'''
return cryptoManager().uuid().upper()
return cryptoManager().uuid().lower()