Fix #607: invalidation cache tables

This commit is contained in:
Emmanuel Viennet 2023-02-22 18:14:33 +01:00
parent 1f2b108c18
commit 7572ab3b6d
1 changed files with 2 additions and 0 deletions

View File

@ -309,6 +309,8 @@ def invalidate_formsemestre( # was inval_cache(formsemestre_id=None, pdfonly=Fa
ValidationsSemestreCache.delete_many(formsemestre_ids)
TableRecapCache.delete_many(formsemestre_ids)
TableRecapWithEvalsCache.delete_many(formsemestre_ids)
TableJuryCache.delete_many(formsemestre_ids)
TableJuryWithEvalsCache.delete_many(formsemestre_ids)
SemBulletinsPDFCache.invalidate_sems(formsemestre_ids)