Fix keyword argument name
Signed-off-by: Roberto Rosario <Roberto.Rosario@mayan-edms.com>
This commit is contained in:
@@ -25,7 +25,7 @@ class TransformationManager(models.Manager):
|
||||
"""
|
||||
Copy transformation from source to all targets
|
||||
"""
|
||||
content_type = ContentType.objects.get_for_model(obj=source)
|
||||
content_type = ContentType.objects.get_for_model(model=source)
|
||||
|
||||
# Get transformations
|
||||
transformations = self.filter(
|
||||
|
||||
Reference in New Issue
Block a user