diff options
author | Raphaël Barrois <raphael.barrois@polytechnique.org> | 2012-08-09 02:16:42 +0200 |
---|---|---|
committer | Raphaël Barrois <raphael.barrois@polytechnique.org> | 2012-08-09 02:16:42 +0200 |
commit | a31e87f19b7c193b980d0f54971c12a60e8c7263 (patch) | |
tree | 2ccf86db6921f19363176db6de561a452a212aea /factory/__init__.py | |
parent | e0e628ec54b8a4d7f41f86f9f535d791a437b13c (diff) | |
download | factory-boy-a31e87f19b7c193b980d0f54971c12a60e8c7263.tar factory-boy-a31e87f19b7c193b980d0f54971c12a60e8c7263.tar.gz |
Introduce 'CircularSubFactory.
Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org>
Diffstat (limited to 'factory/__init__.py')
-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 3753461..789d88e 100644 --- a/factory/__init__.py +++ b/factory/__init__.py @@ -60,6 +60,7 @@ from declarations import ( SelfAttribute, ContainerAttribute, SubFactory, + CircularSubFactory, PostGeneration, RelatedFactory, |