Restrict versioning to one level of depth for speed

Also fixed the template for nested changes
This commit is contained in:
2020-09-01 13:41:12 +01:00
parent 6ee9efa39e
commit 1d5429052f
4 changed files with 36 additions and 34 deletions

View File

@@ -254,3 +254,4 @@ class EventChecklistForm(forms.ModelForm):
class Meta:
model = models.EventChecklist
fields = '__all__'
exclude = ['reviewed_at', 'reviewed_by']