mirror of
https://github.com/django-helpdesk/django-helpdesk.git
synced 2025-05-19 08:50:44 +02:00
PEP-8 fixes
This commit is contained in:
parent
eee82015f7
commit
a11c595a7c
@ -1060,7 +1060,7 @@ class KBItem(models.Model):
|
||||
An item within the knowledgebase. Very straightforward question/answer
|
||||
style system.
|
||||
"""
|
||||
voted_by= models.ManyToManyField(settings.AUTH_USER_MODEL)
|
||||
voted_by = models.ManyToManyField(settings.AUTH_USER_MODEL)
|
||||
category = models.ForeignKey(
|
||||
KBCategory,
|
||||
on_delete=models.CASCADE,
|
||||
|
Loading…
Reference in New Issue
Block a user