wip pc problems backup

This commit is contained in:
collerek
2021-03-14 19:09:34 +01:00
parent 1c63b1c80f
commit 6d0a5477cd
12 changed files with 268 additions and 184 deletions

View File

@ -10,15 +10,15 @@ Currently only:
from ormar.decorators.property_field import property_field
from ormar.decorators.signals import (
post_delete,
post_save,
post_update,
post_relation_add,
post_relation_remove,
post_save,
post_update,
pre_delete,
pre_save,
pre_update,
pre_relation_add,
pre_relation_remove,
pre_save,
pre_update,
)
__all__ = [