Fixed errors in email_login module. Resolves #439. Also added script.object possibility as well as script.obj.

This commit is contained in:
Griatch 2014-04-06 12:43:59 +02:00
parent 55a3be0e83
commit 803af4307b
2 changed files with 47 additions and 47 deletions

View file

@ -161,6 +161,7 @@ class ScriptDB(TypedObject):
# saving the field
_GA(self, "save")(update_fields=[fname])
obj = property(__get_obj, __set_obj)
object = property(__get_obj, __set_obj)
def at_typeclass_error(self):