mirror of
https://github.com/jazzband/django-axes.git
synced 2026-05-18 20:41:09 +00:00
Fix a typo
This commit is contained in:
parent
47ea54b4aa
commit
a4ace8c593
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ from django.utils.translation import gettext as _
|
|||
|
||||
class CommonAccess(models.Model):
|
||||
user_agent = models.CharField(
|
||||
verbose+name=_('User Agent'),
|
||||
verbose_name=_('User Agent'),
|
||||
max_length=255,
|
||||
db_index=True,
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in a new issue