mirror of
https://github.com/jazzband/django-axes.git
synced 2026-05-01 20:24:46 +00:00
Should be username not user, I think
This commit is contained in:
parent
f86f61a214
commit
9bd1724aee
1 changed files with 1 additions and 1 deletions
|
|
@ -38,4 +38,4 @@ class AccessLog(CommonAccess):
|
|||
logout_time = models.DateTimeField(null=True, blank=True)
|
||||
|
||||
def __unicode__(self):
|
||||
return u'Access Log for %s @ %s' % (self.user, self.attempt_time)
|
||||
return u'Access Log for %s @ %s' % (self.username, self.attempt_time)
|
||||
|
|
|
|||
Loading…
Reference in a new issue