Skip to content

Commit

Permalink
Fix django 4 compat
Browse files Browse the repository at this point in the history
Signed-off-by: José Luis Di Biase <[email protected]>
  • Loading branch information
josx committed Jun 22, 2024
1 parent f5962a7 commit dba7174
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autofixture/signals.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
from django.dispatch import Signal


instance_created = Signal(providing_args=['model', 'instance', 'committed'])
instance_created = Signal()

0 comments on commit dba7174

Please sign in to comment.