Fix: cache malus

This commit is contained in:
Emmanuel Viennet 2022-02-01 18:28:51 +01:00
parent 4480783d89
commit 7a4e0206a3

View File

@ -162,6 +162,7 @@ class NotesTableCompat(ResultatsSemestre):
_cached_attrs = ResultatsSemestre._cached_attrs + (
"bonus",
"bonus_ues",
"malus",
)
def __init__(self, formsemestre: FormSemestre):