mirror of
https://github.com/jazzband/django-auditlog.git
synced 2026-03-16 22:20:26 +00:00
Remove unwanted blank line
This commit is contained in:
parent
fb3a29bacf
commit
7524801bb7
1 changed files with 0 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue