Updated models and signals documentation

This commit is contained in:
Raphael Michel
2016-05-08 12:35:04 +02:00
parent f40efc0304
commit eea90a9066
8 changed files with 118 additions and 18 deletions

View File

@@ -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