Let user supply a note for report
This commit is contained in:
@ -21,6 +21,7 @@ class Report(BookWyrmModel):
|
||||
constraints = [
|
||||
models.CheckConstraint(check=~Q(reporter=F("user")), name="self_report")
|
||||
]
|
||||
ordering = ("-created_date",)
|
||||
|
||||
|
||||
class ReportComment(BookWyrmModel):
|
||||
|
Reference in New Issue
Block a user