Skip to content

Commit

Permalink
Fix Caveat model
Browse files Browse the repository at this point in the history
  • Loading branch information
jochenklar committed Jul 17, 2024
1 parent d11e562 commit 9f352b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion isimip_data/caveats/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ def save(self, *args, **kwargs):
super().save(*args, **kwargs)

def delete(self, *args, **kwargs):
# cache.clear()
cache.clear()
super().delete(*args, **kwargs)

def get_creator_display(self):
Expand Down

0 comments on commit 9f352b2

Please sign in to comment.