Commit Graph

8 Commits

Author SHA1 Message Date
e953dcc7e0 Removed providing_args argument for django.dispatch.Signal
Was deprecated in Django 3 and removed in Django 4
2025-04-10 11:43:52 +02:00
39440a695e Fix #65 :
All checks were successful
Run tests / Execute tox to run the test suite (push) Successful in 3m29s
dav_events.views.events.EventRegistrationsView._close_registration()
sends a signal now.
2024-09-17 15:07:31 +02:00
7b6e29ba92 dav_events renamed signal handlers
All checks were successful
Run tests / Execute tox to run the test suite (push) Successful in 3m31s
2024-09-17 14:15:51 +02:00
a62d573b98 UPD: dav_events: refactored the location of the signal handlers to
reduce the number of class methods on the workflow class.
2019-02-18 15:07:45 +01:00
6ecda70b54 UPD: improved workflow code. 2018-11-22 18:00:26 +01:00
30b5e920ee ADD: added support for Event Updated Mail. 2018-11-21 13:33:45 +01:00
271a0b345a UPD: adjusted wording to the new status workflow. 2018-07-09 15:26:43 +02:00
3c7ef05099 Added a model for event state (including data migration, signal based
notifications, etc.)
2018-07-04 16:56:13 +02:00