Clean up more sql queries
This commit is contained in:
parent
571596dcbf
commit
bf5514032b
16 changed files with 356 additions and 358 deletions
|
@ -82,6 +82,8 @@ def profile_update(sender, instance, **kwargs):
|
|||
]
|
||||
)
|
||||
|
||||
judge.models.profile._get_basic_info.dirty(instance.id)
|
||||
|
||||
|
||||
@receiver(post_save, sender=Contest)
|
||||
def contest_update(sender, instance, **kwargs):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue