Example #1
0
 def post_save(sender, instance, created, **kwargs):
     invalidate_cache(CacheBustCondition.dynamic_html_updated)
Example #2
0
 def post_delete(sender, instance, **kwargs):
     invalidate_cache(CacheBustCondition.any_package_updated)