From 677fa3986bb14ed03b1080840a313dd6532f330b Mon Sep 17 00:00:00 2001 From: Yohan Graterol Date: Mon, 23 May 2016 08:02:33 -0500 Subject: [PATCH] Added app_label for RemovedInDjango19Warning --- axes/models.py | 1 + 1 file changed, 1 insertion(+) diff --git a/axes/models.py b/axes/models.py index eb2f4f4..4ad0373 100644 --- a/axes/models.py +++ b/axes/models.py @@ -41,6 +41,7 @@ class CommonAccess(models.Model): ) class Meta: + app_label = 'axes' abstract = True ordering = ['-attempt_time']