Skip to content

Fix constraint checking issues

Benjamin Hättasch requested to merge fix-cv-checking into main

Make sure post_save signal is sent after update of availabilities by manually triggering post_save signal after bulk create of replacing availabilities. This fixes #132 (closed)

Update/delete constraint violations when corresponding slot is deleted. This fixes #131 (closed)

Merge request reports