akvo.rsr.models.login_log module
- class akvo.rsr.models.login_log.LoginLog(*args, **kwargs)[source]
Bases:
TimestampsMixin
Model to log login attempts of users.
- exception DoesNotExist
Bases:
ObjectDoesNotExist
- exception MultipleObjectsReturned
Bases:
MultipleObjectsReturned
- created_at
A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.
- email
A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.
- id
A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.
- last_modified_at
A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.
- objects = <django.db.models.manager.Manager object>
- success
A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.