mirror of
https://github.com/jazzband/django-auditlog.git
synced 2026-03-16 22:20:26 +00:00
Compare commits
3 commits
797ea999f0
...
1358c1bf8d
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1358c1bf8d | ||
|
|
0e3a2ec1a7 | ||
|
|
b0c7600c44 |
2 changed files with 2 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
repos:
|
||||
- repo: https://github.com/psf/black-pre-commit-mirror
|
||||
rev: 26.1.0
|
||||
rev: 26.3.0
|
||||
hooks:
|
||||
- id: black
|
||||
language_version: python3.10
|
||||
|
|
|
|||
|
|
@ -71,6 +71,7 @@ class Migration(migrations.Migration):
|
|||
"get_latest_by": "timestamp",
|
||||
"verbose_name": "log entry",
|
||||
"verbose_name_plural": "log entries",
|
||||
"swappable": "AUDITLOG_LOGENTRY_MODEL",
|
||||
},
|
||||
bases=(models.Model,),
|
||||
),
|
||||
|
|
|
|||
Loading…
Reference in a new issue