Merge pull request #597 from ProtixIT/remove-signal-test-helper

Remove obsolete `tests.signals` module
This commit is contained in:
Jelmer 2024-03-22 21:27:13 +01:00 committed by GitHub
commit fc49c636a9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,6 +0,0 @@
def pre_save_test(instance, *args, **kwargs):
instance.pre_save_runned = True
def post_save_test(instance, created, *args, **kwargs):
instance.post_save_runned = True