- Deleted.objects.create(content_type=content_type, object_id=instance.id,
- created_at=instance.created_at, category=category, slug=instance.slug)
+ Deleted.objects.create(
+ content_type=content_type, object_id=instance.id, created_at=instance.created_at, category=category,
+ slug=instance.slug)