diff options
author | Raphaël Barrois <raphael.barrois@polyconseil.fr> | 2013-05-22 07:57:43 +0200 |
---|---|---|
committer | Raphaël Barrois <raphael.barrois@polyconseil.fr> | 2013-05-22 07:57:49 +0200 |
commit | 9bfc44dba97709aa8731e87b17fb2aed29263057 (patch) | |
tree | b5635c4b9501576f8c2cf31bae54fe3abfdd4016 | |
parent | 2c8d2cd5c9bf3074bd70559a850d77bd3a28ae8d (diff) | |
download | factory-boy-9bfc44dba97709aa8731e87b17fb2aed29263057.tar factory-boy-9bfc44dba97709aa8731e87b17fb2aed29263057.tar.gz |
Add doc on ORM support in README (See #60)
-rw-r--r-- | README | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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 ------------ |