This repository has been archived by the owner on Feb 16, 2023. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix runtime warning when adding log entries
LogEntry.action_time expects a Django timezone object instead of a builtin datetime. This fixes a runtime warning of the following kind: RuntimeWarning: DateTimeField LogEntry.action_time received a naive datetime (2018-03-28 20:53:01.714173) while time zone support is active.
- Loading branch information