diff options
author | Ilya Pirogov <ilja.pirogov@gmail.com> | 2014-01-13 17:53:03 +0400 |
---|---|---|
committer | Raphaƫl Barrois <raphael.barrois@polytechnique.org> | 2014-01-21 23:11:06 +0100 |
commit | 9323fbeea374394833987cb710ac9becb7726a44 (patch) | |
tree | 881093f65a2606fae8d8aee061504583e9e5b86c /factory/__init__.py | |
parent | 402138768870871ef38b5c01ccaec957aa771d26 (diff) | |
download | factory-boy-9323fbeea374394833987cb710ac9becb7726a44.tar factory-boy-9323fbeea374394833987cb710ac9becb7726a44.tar.gz |
Added "prevent_signals" decorator/context manager
Diffstat (limited to 'factory/__init__.py')
-rw-r--r-- | factory/__init__.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/factory/__init__.py b/factory/__init__.py index b4e63be..251306a 100644 --- a/factory/__init__.py +++ b/factory/__init__.py @@ -79,5 +79,7 @@ from .helpers import ( lazy_attribute_sequence, container_attribute, post_generation, + + prevent_signals, ) |