summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorRaphaël Barrois <raphael.barrois@polytechnique.org>2015-07-25 14:19:12 +0200
committerRaphaël Barrois <raphael.barrois@polytechnique.org>2015-07-25 14:19:12 +0200
commit197555d3d0de4759ca9ad45d5986fdcc4aa4c15b (patch)
treee22c8627cc3ff4d2eb63eb622ade00e24982bfac /docs
parentb0fbd24c69a155c4f9d58f5e4dab8209afeb3660 (diff)
downloadfactory-boy-197555d3d0de4759ca9ad45d5986fdcc4aa4c15b.tar
factory-boy-197555d3d0de4759ca9ad45d5986fdcc4aa4c15b.tar.gz
Docs: 'import factory.fuzzy' as required (See #138).
Diffstat (limited to 'docs')
-rw-r--r--docs/fuzzy.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/fuzzy.rst b/docs/fuzzy.rst
index af5c490..6b06608 100644
--- a/docs/fuzzy.rst
+++ b/docs/fuzzy.rst
@@ -8,6 +8,8 @@ Some tests may be interested in testing with fuzzy, random values.
This is handled by the :mod:`factory.fuzzy` module, which provides a few
random declarations.
+.. note:: Use ``import factory.fuzzy`` to load this module.
+
FuzzyAttribute
--------------