mirror of
https://github.com/jazzband/django-auditlog.git
synced 2026-03-16 22:20:26 +00:00
Fix small typo
This commit is contained in:
parent
bb5f99533e
commit
8d8b6bad30
1 changed files with 1 additions and 1 deletions
|
|
@ -61,7 +61,7 @@ during the `register()` call.
|
|||
sku = models.CharField(max_length=20)
|
||||
version = models.CharField(max_length=5)
|
||||
product = models.CharField(max_length=50, verbose_name='Product Name')
|
||||
history = AuditLogHistoryField()
|
||||
history = AuditlogHistoryField()
|
||||
|
||||
auditlog.register(MyModel, mapping_fields={'sku': 'Product No.', 'version': 'Product Revision'})
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue