Skip to content

Commit

Permalink
Merge branch 'fix-migrations-new-install' into fix-attachment-resize
Browse files Browse the repository at this point in the history
  • Loading branch information
noliveleger committed Jun 20, 2024
2 parents c65e6b0 + 0ba7dce commit 312253d
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions kobo/apps/form_disclaimer/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,6 @@ class Meta:
),
]

def save(self, *args, **kwargs):

with transaction.atomic():
super().save(*args, **kwargs)


class OverriddenFormDisclaimer(FormDisclaimer):

Expand Down

0 comments on commit 312253d

Please sign in to comment.