Added the attachment model to reversion explicitly
parent
0f2297c827
commit
5ce5c8a17f
|
@ -418,6 +418,7 @@ class QuestionStatus(models.Model):
|
|||
|
||||
# Reversion registration (usufull for base.notification and for meke a historical)
|
||||
reversion.register(Project)
|
||||
reversion.register(Attachment)
|
||||
|
||||
# On membership object is created/changed, update
|
||||
# role-points relation.
|
||||
|
|
Loading…
Reference in New Issue