Remove unwanted blank line

This commit is contained in:
Jan-Jelle Kester 2016-01-23 21:13:43 +01:00
parent fb3a29bacf
commit 7524801bb7

View file

@ -97,7 +97,6 @@ class LogEntryManager(models.Manager):
else:
return self.filter(content_type=content_type).filter(Q(object_pk__in=primary_keys)).distinct()
def get_for_model(self, model):
"""
Get log entries for all objects of a specified type.