summaryrefslogtreecommitdiff
path: root/docs/reference.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/reference.rst')
-rw-r--r--docs/reference.rst12
1 files changed, 12 insertions, 0 deletions
diff --git a/docs/reference.rst b/docs/reference.rst
index 25fef22..b0dda50 100644
--- a/docs/reference.rst
+++ b/docs/reference.rst
@@ -106,6 +106,13 @@ The :class:`Factory` class
.. versionadded:: 2.4.0
+ .. attribute:: strategy
+
+ Use this attribute to change the strategy used by a :class:`Factory`.
+ The default is :data:`BUILD_STRATEGY`.
+
+
+
.. class:: Factory
.. note:: In previous versions, the fields of :class:`class Meta <factory.FactoryOptions>` were
@@ -132,6 +139,11 @@ The :class:`Factory` class
.. deprecated:: 2.4.0
See :attr:`FactoryOptions.exclude`.
+ .. attribute:: FACTORY_STRATEGY
+
+ .. deprecated:: 2.4.0
+ See :attr:`FactoryOptions.strategy`.
+
**Class-level attributes:**