mirror of
https://github.com/jazzband/django-axes.git
synced 2026-03-16 22:30:23 +00:00
Added app_label for RemovedInDjango19Warning
This commit is contained in:
parent
21d974b1dd
commit
677fa3986b
1 changed files with 1 additions and 0 deletions
|
|
@ -41,6 +41,7 @@ class CommonAccess(models.Model):
|
|||
)
|
||||
|
||||
class Meta:
|
||||
app_label = 'axes'
|
||||
abstract = True
|
||||
ordering = ['-attempt_time']
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue