mirror of
https://github.com/Hopiu/django-model-utils.git
synced 2026-03-16 20:00:23 +00:00
Remove tests.signals module
This module was support code for the `SaveSignalHandlingModel` tests. That class got introduced in5d6f8f4eand removed in11f3a53b, but the support code remained.
This commit is contained in:
parent
1e481c4a45
commit
6f16488ef3
1 changed files with 0 additions and 6 deletions
|
|
@ -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
|
||||
Loading…
Reference in a new issue