8000 Merge branch 'fil-190' of https://github.com/FidelityInternational/dj… · django-cms/django-cms@99ffbac · GitHub
[go: up one dir, main page]

Skip to content

Commit 99ffbac

Browse files
author
Anirban Lahiri
committed
Merge branch 'fil-190' of https://github.com/FidelityInternational/django-cms into fil-190
2 parents 92f6eb6 + e3dc9e5 commit 99ffbac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cms/models/placeholdermodel.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ class Placeholder(models.Model):
4141
ContentType,
4242
blank=True,
4343
null=True,
44-
on_delete=models.SET_NULL
44+
on_delete=models.SET_NULL,
4545
)
4646
object_id = models.PositiveIntegerField(blank=True, null=True)
4747
source = GenericForeignKey('content_type', 'object_id')

0 commit comments

Comments
 (0)
0