diff options
author | Raphaël Barrois <raphael.barrois@polytechnique.org> | 2015-07-25 14:19:12 +0200 |
---|---|---|
committer | Raphaël Barrois <raphael.barrois@polytechnique.org> | 2015-07-25 14:19:12 +0200 |
commit | 197555d3d0de4759ca9ad45d5986fdcc4aa4c15b (patch) | |
tree | e22c8627cc3ff4d2eb63eb622ade00e24982bfac | |
parent | b0fbd24c69a155c4f9d58f5e4dab8209afeb3660 (diff) | |
download | factory-boy-197555d3d0de4759ca9ad45d5986fdcc4aa4c15b.tar factory-boy-197555d3d0de4759ca9ad45d5986fdcc4aa4c15b.tar.gz |
Docs: 'import factory.fuzzy' as required (See #138).
-rw-r--r-- | docs/fuzzy.rst | 2 |
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 -------------- |