You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Added
Added visualization of mailing messages:
on the list page of these messages
on mailing list page
The site for administrators has been expanded to provide access to logs of user actions on CRM objects. In addition to searching and filtering by many parameters, this allows administrators to see the history of all objects, including deleted ones.
Added the URL of the page "you have unsubscribed successfully" to the context of the preview of messages for the mailing.
The ability to rewrite the date and time format for a more compact data presentation.
This can be done in the webcrm/datetime_settings.py file.
Added functionality to exclude recipients from created mailing.
New translations.
Fixed
Added a delay to ensure Django starts before executing massmail and avoid a RuntimeWarning.
Added distinct() to get_queryset in MemoAdmin to eliminate duplicate results.