Improve notif and organization add member
This commit is contained in:
parent
cdbed121cd
commit
7406d081aa
10 changed files with 297 additions and 149 deletions
|
@ -142,6 +142,7 @@ def contest_submission_delete(sender, instance, **kwargs):
|
|||
@receiver(post_save, sender=Organization)
|
||||
def organization_update(sender, instance, **kwargs):
|
||||
cache.delete_many([make_template_fragment_key("organization_html", (instance.id,))])
|
||||
Organization.get_admin_ids.dirty(instance)
|
||||
|
||||
|
||||
_misc_config_i18n = [code for code, _ in settings.LANGUAGES]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue