Let user supply a note for report
This commit is contained in:
parent
7f45206693
commit
33b8537a3d
9 changed files with 73 additions and 25 deletions
|
@ -21,6 +21,7 @@ class Report(BookWyrmModel):
|
|||
constraints = [
|
||||
models.CheckConstraint(check=~Q(reporter=F("user")), name="self_report")
|
||||
]
|
||||
ordering = ("-created_date",)
|
||||
|
||||
|
||||
class ReportComment(BookWyrmModel):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue