aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site
diff options
context:
space:
mode:
authorGravatar Johannes Christ <[email protected]>2019-04-07 23:34:42 +0200
committerGravatar Johannes Christ <[email protected]>2019-04-07 23:34:42 +0200
commit91294e94e1205ba32b12d0cebc899d1337583740 (patch)
tree125a1ed9c3f4736948c91eaece22773fd5f2d428 /pydis_site
parentAdd the `/logs` API route. (diff)
Minor formatting improvements.
Diffstat (limited to 'pydis_site')
-rw-r--r--pydis_site/apps/api/models.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/pydis_site/apps/api/models.py b/pydis_site/apps/api/models.py
index a541e4ab..35b76c4c 100644
--- a/pydis_site/apps/api/models.py
+++ b/pydis_site/apps/api/models.py
@@ -451,6 +451,7 @@ class Nomination(ModelReprMixin, models.Model):
help_text="The creation date of this nomination."
)
+
class LogEntry(ModelReprMixin, models.Model):
"""A log entry generated by one of the PyDis applications."""