Added app_label for RemovedInDjango19Warning

This commit is contained in:
Yohan Graterol 2016-05-23 08:02:33 -05:00
parent 21d974b1dd
commit 677fa3986b

View file

@ -41,6 +41,7 @@ class CommonAccess(models.Model):
)
class Meta:
app_label = 'axes'
abstract = True
ordering = ['-attempt_time']