mirror of
https://github.com/jazzband/django-auditlog.git
synced 2026-03-16 22:20:26 +00:00
Change versionadded in masking fields documentation.
This commit is contained in:
parent
ea180c0065
commit
6f82d070a9
1 changed files with 1 additions and 1 deletions
|
|
@ -87,7 +87,7 @@ For example, to mask the field ``address``, use::
|
|||
|
||||
auditlog.register(MyModel, mask_fields=['address'])
|
||||
|
||||
.. versionadded:: 1.1.0
|
||||
.. versionadded:: 2.0.0
|
||||
|
||||
Masking fields
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue