mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-21 15:32:14 +00:00
Restrict versioning to one level of depth for speed
Also fixed the template for nested changes
This commit is contained in:
@@ -254,3 +254,4 @@ class EventChecklistForm(forms.ModelForm):
|
||||
class Meta:
|
||||
model = models.EventChecklist
|
||||
fields = '__all__'
|
||||
exclude = ['reviewed_at', 'reviewed_by']
|
||||
|
||||
Reference in New Issue
Block a user