forked from ScoDoc/ScoDoc
Fix #607: invalidation cache tables
This commit is contained in:
parent
1f2b108c18
commit
7572ab3b6d
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user