aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README8
1 files changed, 8 insertions, 0 deletions
diff --git a/README b/README
index cc26087..aaf0b34 100644
--- a/README
+++ b/README
@@ -184,6 +184,14 @@ The associated object's strategy will be used:
True
+ORM Support
+"""""""""""
+
+factory_boy has specific support for a few ORMs, through specific :class:`~factory.Factory` subclasses:
+
+* Django, with :class:`~factory.DjangoModelFactory`
+* Mogo, with :class:`~factory.MogoFactory`
+
Contributing
------------