diff options
author | Raphaël Barrois <raphael.barrois@polytechnique.org> | 2013-03-15 01:33:56 +0100 |
---|---|---|
committer | Raphaël Barrois <raphael.barrois@polytechnique.org> | 2013-03-15 01:33:56 +0100 |
commit | 6e9bf5af909e1e164a294fd5589edc4fada06731 (patch) | |
tree | 7063b11f41d681de1e7498294a0cdda6ef234e14 /docs | |
parent | d63821daba2002b8c455777748007f7198d3d3bc (diff) | |
download | factory-boy-6e9bf5af909e1e164a294fd5589edc4fada06731.tar factory-boy-6e9bf5af909e1e164a294fd5589edc4fada06731.tar.gz |
Merge BaseFactoryMetaClass into FactoryMetaClass.
Also fix FACTORY_STRATEGY.
Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/introduction.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/introduction.rst b/docs/introduction.rst index d211a83..8bbb10c 100644 --- a/docs/introduction.rst +++ b/docs/introduction.rst @@ -253,6 +253,6 @@ Calling a :class:`~factory.Factory` subclass will provide an object through the <MyClass: X (saved)> -The default strategy can ba changed by setting the class-level :attr:`~factory.Factory.default_strategy` attribute. +The default strategy can ba changed by setting the class-level :attr:`~factory.Factory.FACTROY_STRATEGY` attribute. |