summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaphaël Barrois <raphael.barrois@polyconseil.fr>2013-05-22 07:57:43 +0200
committerRaphaël Barrois <raphael.barrois@polyconseil.fr>2013-05-22 07:57:49 +0200
commit9bfc44dba97709aa8731e87b17fb2aed29263057 (patch)
treeb5635c4b9501576f8c2cf31bae54fe3abfdd4016
parent2c8d2cd5c9bf3074bd70559a850d77bd3a28ae8d (diff)
downloadfactory-boy-9bfc44dba97709aa8731e87b17fb2aed29263057.tar
factory-boy-9bfc44dba97709aa8731e87b17fb2aed29263057.tar.gz
Add doc on ORM support in README (See #60)
-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
------------