diff options
author | Raphaël Barrois <raphael.barrois@polytechnique.org> | 2014-11-18 00:45:07 +0100 |
---|---|---|
committer | Raphaël Barrois <raphael.barrois@polytechnique.org> | 2014-11-18 00:45:07 +0100 |
commit | 7b31d60af0ab0678d04d7f50abc28ba7c4ccfcbd (patch) | |
tree | 4eb40ca12ec59647aedbe8023bdc7f28fa1fa5e6 | |
parent | 336ea5ac8b2d922fb54f99edd55d4773dd126934 (diff) | |
download | factory-boy-7b31d60af0ab0678d04d7f50abc28ba7c4ccfcbd.tar factory-boy-7b31d60af0ab0678d04d7f50abc28ba7c4ccfcbd.tar.gz |
Fix typo in docs
-rw-r--r-- | docs/reference.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/reference.rst b/docs/reference.rst index 5eea62c..2516936 100644 --- a/docs/reference.rst +++ b/docs/reference.rst @@ -369,7 +369,7 @@ factory_boy supports two main strategies for generating instances, plus stubs. when using the ``create`` strategy. That policy will be used if the - :attr:`associated class <FactoryOptions.model` has an ``objects`` + :attr:`associated class <FactoryOptions.model>` has an ``objects`` attribute *and* the :meth:`~Factory._create` classmethod of the :class:`Factory` wasn't overridden. |