Fix code block in usage.rst

This commit is contained in:
Hasan Ramezani 2022-08-04 22:03:25 +02:00 committed by Alieh Rymašeŭski
parent 1cd7d9839d
commit 830152f0f4

View file

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