mirror of
https://github.com/jazzband/django-auditlog.git
synced 2026-03-16 22:20:26 +00:00
Fix code block in usage.rst
This commit is contained in:
parent
1cd7d9839d
commit
830152f0f4
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ Automatically logging changes
|
|||
Auditlog can automatically log changes to objects for you. This functionality is based on Django's signals, but linking
|
||||
your models to Auditlog is even easier than using signals.
|
||||
|
||||
Registering your model for logging can be done with a single line of code, as the following example illustrates::
|
||||
Registering your model for logging can be done with a single line of code, as the following example illustrates:
|
||||
|
||||
.. code-block:: python
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue