Gave the empty user all the attributes it needs
This commit is contained in:
parent
4dfd4ac67f
commit
e7c47395bb
@ -21,7 +21,7 @@ __all__ = ['receive_persons', 'generate_person_id', 'get_person', 'Person',
|
|||||||
'PersonField', 'PersonMixin', 'EmptyPerson']
|
'PersonField', 'PersonMixin', 'EmptyPerson']
|
||||||
|
|
||||||
|
|
||||||
class EmptyPerson(PersonMixin):
|
class EmptyPerson(PersonMixin, Person):
|
||||||
@property
|
@property
|
||||||
def person_id(self):
|
def person_id(self):
|
||||||
return 'empty'
|
return 'empty'
|
||||||
|
Loading…
Reference in New Issue
Block a user