[1.14.3] - 2024-04-09
This release changes the database in order to get rid of a dead dependency,
make sure to run migrations.
This version can run on Django 5.0 if necessary. Install the dependencies in
requirements-django50.txt
if so.
Added
-
Add filtering of incident list by notificationprofile
This returns all incidents that are included in filters that are connected to
that notificationprofile -
Added support for running and testing on Django 5.0
Changed
- Change TimeRecurrence.days from MultiSelectField to ArrayField
(#707) - Updated lots of depenendcies in order to run on Django 5.0