Skip to content

v1.6.0

Choose a tag to compare

@DjangoCRM DjangoCRM released this 18 Oct 16:37
· 48 commits to main since this release

Added

  • Added SQLite3 option, which makes it easier to run and try out CRM locally, without installing a database by @alanmehio.
    Important! SQLite3 is not suitable for regular CRM operation.

  • An automatic redirect (AdminRedirectMiddleware) has been implemented from the administrators' website
    to the CRM website for users who do not have superuser status.

  • Functionality for working with cases (incidents) has been added to the CRM:

    • Added the case field:
    • Cases are excluded from deal creation by @Tosinibikunle
    • Cases processing logic: including closure and reactivation actions
  • Added the fields region ("Region/State") and district ("District/County"):

Improve

  • Improved the visual representation of the sales funnel in CRM Analytics by @Sohamactive.
  • Hide duplicate and case fields (checkboxes) on a change page of Request
    if Deal was created (if obj.deal) by @MULTidll.

Fixed

  • Handle the exception django.db.utils.OperationalError: no such table: settings_massmailsettings
    that occurs when running the python manage.py setupdata command (during project installation) by @MULTidll.
  • Fixed several conflicts between the roles boss and sales manager in case these roles are assigned to the same user.

Removed

  • Removed the unused "+ Add" button for deals on the CRM homepage by @MULTidll.

Full Changelog: v1.5.2...v1.6.0