Skip to content

Commit 4ddc324

Browse files
Update CHANGELOG for version 1.6.0: add SQLite3 option, AdminRedirectMiddleware, improvements, fixes, and removal of unused button
1 parent 9ad26a5 commit 4ddc324

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88
<!-- Types of changes: Added, Changed, Deprecated, Improve, Fixed, Removed, -->
99
<!-- ## Unreleased -->
1010

11-
## Unreleased
11+
## [1.6.0] - 2025-10-18
1212

1313
### Added
1414

1515
- Added SQLite3 option, which makes it easier to run and try out CRM locally, without installing a database by @alanmehio.
1616
**Important!** SQLite3 is not suitable for regular CRM operation.
17+
- An automatic redirect (AdminRedirectMiddleware) has been implemented from the administrators' website
18+
to the CRM website for users who do not have superuser status.
1719
- Functionality for working with cases (incidents) has been added to the CRM:
1820
- Added the `case` field:
1921
- to the Request model by @iclectic in #273
@@ -30,12 +32,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3032

3133
### Improve
3234

33-
- Improve the visual representation of the sales funnel in CRM Analytics by @Sohamactive
35+
- Improve the visual representation of the sales funnel in CRM Analytics by @Sohamactive.
36+
- Hide `duplicate` and `case` fields (checkboxes) on a change page of Request
37+
if Deal was created (`if obj.deal`) by @MULTidll.
3438

3539
### Fixed
3640

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

45+
### Removed
46+
47+
- Remove the unused "+ Add" button for deals on the CRM homepage by @MULTidll.
48+
49+
### Full Changelog: [v1.5.2...v1.6.0](https://github.com/DjangoCRM/django-crm/compare/v1.5.2...v1.6.0)
3950

4051
## [1.5.2] - 2025-08-16
4152

0 commit comments

Comments
 (0)