From e2ac08066fbc6b6412b713b42aba792c224067f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Barrois?= Date: Mon, 11 Mar 2013 22:20:08 +0100 Subject: Doc: Add mission 'versionadded' tag. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Raphaƫl Barrois --- docs/reference.rst | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs/reference.rst') 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 """"""""""""""""" -- cgit v1.2.3