mirror of
https://github.com/pretix/pretix.git
synced 2026-05-04 15:04:03 +00:00
Updated models and signals documentation
This commit is contained in:
@@ -9,6 +9,7 @@ class LogEntry(models.Model):
|
||||
in the database. This uses django.contrib.contenttypes to allow a
|
||||
relation to an arbitrary database object.
|
||||
|
||||
:param datatime: The timestamp of the logged action
|
||||
:param user: The user that performed the action
|
||||
:type user: User
|
||||
:param action_type: The type of action that has been performed. This is
|
||||
|
||||
Reference in New Issue
Block a user