aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorrcommande <commande.romain@gmail.com>2013-06-19 00:03:02 +0200
committerRaphaƫl Barrois <raphael.barrois@polytechnique.org>2013-06-20 01:40:14 +0200
commit4f786ac280d7454205ee7922385420a0623974b2 (patch)
tree88d11e4df589d819f1c2b96c6ce4288f5cfecfcd /README
parent79ee9d24e203ad8e7daf2181437fe7132972529e (diff)
downloadfactory-boy-4f786ac280d7454205ee7922385420a0623974b2.tar
factory-boy-4f786ac280d7454205ee7922385420a0623974b2.tar.gz
Updated documentation
Diffstat (limited to 'README')
-rw-r--r--README3
1 files changed, 2 insertions, 1 deletions
diff --git a/README b/README
index 8586e1d..dee01b4 100644
--- a/README
+++ b/README
@@ -12,7 +12,7 @@ Its features include:
- Support for multiple build strategies (saved/unsaved instances, attribute dicts, stubbed objects)
- Powerful helpers for common cases (sequences, sub-factories, reverse dependencies, circular factories, ...)
- Multiple factories per class support, including inheritance
-- Support for various ORMs (currently Django, Mogo)
+- Support for various ORMs (currently Django, Mogo, SQLAlchemy)
Links
@@ -219,6 +219,7 @@ factory_boy has specific support for a few ORMs, through specific :class:`~facto
* Django, with :class:`~factory.django.DjangoModelFactory`
* Mogo, with :class:`~factory.mogo.MogoFactory`
+* SQLAlchemy, with :class:`~factory.alchemy.SQLAlchemyModelFactory`
Contributing
------------