mirror of
https://github.com/Hopiu/django-model-utils.git
synced 2026-03-16 20:00:23 +00:00
Merge pull request #597 from ProtixIT/remove-signal-test-helper
Remove obsolete `tests.signals` module
This commit is contained in:
commit
fc49c636a9
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