summaryrefslogtreecommitdiff
path: root/docs/reference.rst
diff options
context:
space:
mode:
authorRaphaël Barrois <raphael.barrois@polytechnique.org>2013-03-11 22:20:08 +0100
committerRaphaël Barrois <raphael.barrois@polytechnique.org>2013-03-11 22:22:42 +0100
commite2ac08066fbc6b6412b713b42aba792c224067f5 (patch)
tree0de5b3cdb2ddd3d15299a8436bf7d1d8539bb1f7 /docs/reference.rst
parent4e149f904cc8e0e61dd8bcc190680414fdf61767 (diff)
downloadfactory-boy-e2ac08066fbc6b6412b713b42aba792c224067f5.tar
factory-boy-e2ac08066fbc6b6412b713b42aba792c224067f5.tar.gz
Doc: Add mission 'versionadded' tag.
Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org>
Diffstat (limited to 'docs/reference.rst')
-rw-r--r--docs/reference.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/reference.rst b/docs/reference.rst
index e1f763c..2b5ba11 100644
--- a/docs/reference.rst
+++ b/docs/reference.rst
@@ -1240,6 +1240,9 @@ Lightweight factory declaration
login = 'john'
email = factory.LazyAttribute(lambda u: '%s@example.com' % u.login)
+ .. versionadded:: 2.0.0
+ The ``FACTORY_CLASS`` kwarg was added in 2.0.0.
+
Instance building
"""""""""""""""""