summaryrefslogtreecommitdiff
path: root/factory/alchemy.py
diff options
context:
space:
mode:
authorRaphaël Barrois <raphael.barrois@polytechnique.org>2013-08-28 00:37:32 +0200
committerRaphaël Barrois <raphael.barrois@polytechnique.org>2013-08-28 00:38:24 +0200
commit7fc3e4cbdae050dcde49ea3101636ddf57d6c96d (patch)
tree119a7a3effecc95ef657a0c3fe673466e830d365 /factory/alchemy.py
parentac1322cf12fc79e5d11abf1aa95b01413b312258 (diff)
downloadfactory-boy-7fc3e4cbdae050dcde49ea3101636ddf57d6c96d.tar
factory-boy-7fc3e4cbdae050dcde49ea3101636ddf57d6c96d.tar.gz
Remove duplicate SQLAlchemyModelFactory (Closes #83).
Diffstat (limited to 'factory/alchemy.py')
-rw-r--r--factory/alchemy.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/factory/alchemy.py b/factory/alchemy.py
index ca7aefa..cec15c9 100644
--- a/factory/alchemy.py
+++ b/factory/alchemy.py
@@ -28,6 +28,7 @@ class SQLAlchemyModelFactory(base.Factory):
"""Factory for SQLAlchemy models. """
ABSTRACT_FACTORY = True
+ FACTORY_SESSION = None
@classmethod
def _setup_next_sequence(cls, *args, **kwargs):