minor update
This commit is contained in:
@@ -61,7 +61,6 @@ class IssueCategory(models.Model):
|
||||
def __str__(self):
|
||||
return self.name
|
||||
|
||||
# issues/models.py
|
||||
class Issue(models.Model):
|
||||
STATUS_REPORTED = 'reported'
|
||||
STATUS_ACKNOWLEDGED = 'acknowledged'
|
||||
|
||||
Reference in New Issue
Block a user