diff options
Diffstat (limited to 'docs/reference.rst')
-rw-r--r-- | docs/reference.rst | 3 |
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 """"""""""""""""" |