| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-02-08 | 1.9 kB | |
| v2.0.0 source code.tar.gz | 2026-02-08 | 2.7 MB | |
| v2.0.0 source code.zip | 2026-02-08 | 3.0 MB | |
| Totals: 3 Items | 5.7 MB | 0 | |
Added
- Compatibility with Django 6
- Monitoring functionality of the Composite Transaction‑Quality Score (CTQS)
- Integration with the web help center:
- Configure the choice between using external help pages and built-in help (deprecated).
- Mapping external help URLs to CRM Pages.
- Name prefix setting for parsing full names.
- Control over the user's
is_activefield in UserProfileAdmin for superusers. - SALES MANAGER user creation to setupdata command
- Query string to delete duplicates URL by @tibisabau
- Automatically adds the name of the deleted duplicate city to the list of alternative names of the original city instance by @DARK-1926.
- Unit tests for the get_search_results method of LogEntrytAdmin class by @adityashirsatrao007
- Unit tests for the ByVIPStatus filter by @mariami57
- Unit tests for the City model and CityAdmin functionality @tibisabau
Improved
- Conversion results report revised by @tibisabau.
- Enhance full name parsing with configurable name prefixes.
- The
get_help_urlfunction for obtaining the help url with a single database query. - Fixed loss of query string when redirecting after deleting a duplicate object by @Sonu64.
- The change_list template for payments to be compatible with Django 6.
Fixed
- Fixed loss of query string when redirecting after deleting a duplicate object by @Sonu64.
- Fixed the exclusion of the task executor from its subscribers.
- Fixed for PostgreSQL:
- add exception handling for ProgrammingError in SendMassmail
- test of chat
Changed
- In the list of deals, the marking of irrelevant transactions has been changed.
- Refactor save_to_excel function to use keyword arguments for avoid Panda's FutureWarning