docs(development): Audit History API Docs added

ref: #776 #759
This commit is contained in:
2025-05-29 08:11:13 +09:30
parent 6141ad1d5a
commit f53531fbbd
4 changed files with 21 additions and 6 deletions

View File

@ -22,10 +22,6 @@ class CenturionAudit(
This model is responsible for recording change to a model. The saving of
model history is via the `delete` and `save` signals
Args:
CenturionModel (_type_): Centurion Model attributes, functions and method
TenancyObject (_type_): Centurion Tenancy Abstract model.
"""
_audit_enabled: bool = False