Removed custom permission

This commit is contained in:
Jeremy Stretch
2017-09-26 17:31:16 -04:00
parent 696d91daa3
commit f4c87b3739
3 changed files with 6 additions and 5 deletions

View File

@@ -405,9 +405,6 @@ class ReportResult(models.Model):
class Meta:
ordering = ['report']
permissions = (
('run_report', 'Run a report and save the results'),
)
#