diff options
author | Raphaël Barrois <raphael.barrois@polyconseil.fr> | 2012-04-15 09:45:11 +0200 |
---|---|---|
committer | Raphaël Barrois <raphael.barrois@polyconseil.fr> | 2012-04-15 10:06:39 +0200 |
commit | f8a93d6599b71123789541adf9658cd095402f0f (patch) | |
tree | 2c1dfe6123775a5591a394d712734b0827f44aef /factory | |
parent | 0e7fed312bf2de6d628a61b116bd91e04bf0a9ff (diff) | |
download | factory-boy-f8a93d6599b71123789541adf9658cd095402f0f.tar factory-boy-f8a93d6599b71123789541adf9658cd095402f0f.tar.gz |
Expose and test factory.RelatedFactory.
Signed-off-by: Raphaël Barrois <raphael.barrois@polyconseil.fr>
Diffstat (limited to 'factory')
-rw-r--r-- | factory/__init__.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/factory/__init__.py b/factory/__init__.py index 1bf8968..179a633 100644 --- a/factory/__init__.py +++ b/factory/__init__.py @@ -60,6 +60,7 @@ from declarations import ( SelfAttribute, ContainerAttribute, SubFactory, + RelatedFactory, lazy_attribute, iterator, |