LogEntry.get_change_message()
New in Django 1.10.
Formats and translates change_message
into the current user language. Messages created before Django 1.10 will always be displayed in the language in which they were logged.
LogEntry.get_change_message()
Formats and translates change_message
into the current user language. Messages created before Django 1.10 will always be displayed in the language in which they were logged.
Please login to continue.