Skip to content

[1.14.3] - 2024-04-09

Compare
Choose a tag to compare
@hmpf hmpf released this 09 Apr 09:51
· 70 commits to master since this release

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