Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-07-12 | 1.0 kB | |
v1.5.0 source code.tar.gz | 2025-07-12 | 2.7 MB | |
v1.5.0 source code.zip | 2025-07-12 | 3.0 MB | |
Totals: 3 Items | 5.6 MB | 7 |
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 thewebcrm/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.