-
Notifications
You must be signed in to change notification settings - Fork 420
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added verbose field name in admin #428
Conversation
implementation of #426 |
for more information, see https://pre-commit.ci
@rptmat57 do you want to fix the failing tests? |
Codecov Report
@@ Coverage Diff @@
## master #428 +/- ##
==========================================
+ Coverage 92.24% 92.28% +0.04%
==========================================
Files 24 24
Lines 709 726 +17
==========================================
+ Hits 654 670 +16
- Misses 55 56 +1
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
@rptmat57 You need to add a changelog entry in https://github.com/jazzband/django-auditlog/blob/master/CHANGELOG.md |
- updated tests
# Conflicts: # auditlog/models.py
- added test when a model is unregistered to ensure admin log entries still display correctly - added entry in CHANGELOG.md
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks 👍
Added verbose field name also using mapping name if defined (previously the mapping would not be used)