mirror of
https://github.com/jazzband/django-auditlog.git
synced 2026-05-10 00:24:46 +00:00
Merge 9b890b07e1 into 7e33d8261e
This commit is contained in:
commit
ed5e0847af
1 changed files with 1 additions and 4 deletions
|
|
@ -318,10 +318,7 @@ class AbstractLogEntry(models.Model):
|
|||
|
||||
class Action:
|
||||
"""
|
||||
The actions that Auditlog distinguishes: creating, updating and deleting objects. Viewing objects
|
||||
is not logged. The values of the actions are numeric, a higher integer value means a more intrusive
|
||||
action. This may be useful in some cases when comparing actions because the ``__lt``, ``__lte``,
|
||||
``__gt``, ``__gte`` lookup filters can be used in queries.
|
||||
The actions that Auditlog distinguishes: creating, updating, deleting and accessing objects.
|
||||
|
||||
The valid actions are :py:attr:`Action.CREATE`, :py:attr:`Action.UPDATE`,
|
||||
:py:attr:`Action.DELETE` and :py:attr:`Action.ACCESS`.
|
||||
|
|
|
|||
Loading…
Reference in a new issue