diff options
author | Raphaël Barrois <raphael.barrois@polytechnique.org> | 2013-03-05 22:41:49 +0100 |
---|---|---|
committer | Raphaël Barrois <raphael.barrois@polytechnique.org> | 2013-03-05 22:41:49 +0100 |
commit | d01f5e6c041395bc579f58e12e7034a08afe3f14 (patch) | |
tree | 037a449f66ce1aa29fc3e4539741520f2b1110d0 /docs/reference.rst | |
parent | d50993b1bda6e8c0fab1c062affa61a4e3b35216 (diff) | |
download | factory-boy-d01f5e6c041395bc579f58e12e7034a08afe3f14.tar factory-boy-d01f5e6c041395bc579f58e12e7034a08afe3f14.tar.gz |
doc: Add m2m recipes (Closes #29).
Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org>
Diffstat (limited to 'docs/reference.rst')
-rw-r--r-- | docs/reference.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/reference.rst b/docs/reference.rst index 06eee85..6d01e5d 100644 --- a/docs/reference.rst +++ b/docs/reference.rst @@ -848,7 +848,7 @@ InfiniteIterator Post-generation hooks -""""""""""""""""""" +""""""""""""""""""""" Some objects expect additional method calls or complex processing for proper definition. For instance, a ``User`` may need to have a related ``Profile``, where the ``Profile`` is built from the ``User`` object. |