django-admin.py users: initialize log_msg
This commit is contained in:
parent
04dcbc8662
commit
80590a646b
@ -77,6 +77,7 @@ class Command(BaseCommand):
|
|||||||
print_stats("before")
|
print_stats("before")
|
||||||
for u in User.objects.all():
|
for u in User.objects.all():
|
||||||
user = "%s <%s>" % (u.username, u.email)
|
user = "%s <%s>" % (u.username, u.email)
|
||||||
|
log_msg = None
|
||||||
if stale_check:
|
if stale_check:
|
||||||
log_msg = check_staleness(u)
|
log_msg = check_staleness(u)
|
||||||
if log_msg:
|
if log_msg:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user