forked from CGM_Public/pretix_original
Fix docs typo
This commit is contained in:
@@ -22,7 +22,7 @@ class LogEntry(models.Model):
|
|||||||
in the database. This uses django.contrib.contenttypes to allow a
|
in the database. This uses django.contrib.contenttypes to allow a
|
||||||
relation to an arbitrary database object.
|
relation to an arbitrary database object.
|
||||||
|
|
||||||
:param datatime: The timestamp of the logged action
|
:param datetime: The timestamp of the logged action
|
||||||
:type datetime: datetime
|
:type datetime: datetime
|
||||||
:param user: The user that performed the action
|
:param user: The user that performed the action
|
||||||
:type user: User
|
:type user: User
|
||||||
|
|||||||
Reference in New Issue
Block a user