summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Widman <jeff@jeffwidman.com>2016-02-21 15:14:58 -0800
committerJeff Widman <jeff@jeffwidman.com>2016-02-21 15:21:32 -0800
commit639b3a3763194374a71d2049a2da7d2e12cb1b1f (patch)
tree69eace7a1f58c2b6c59d41c7a848b9088a9fddd8
parent86beb74d28077eb1e628bfe4db33a5d6dfba3ac1 (diff)
downloadfactory-boy-639b3a3763194374a71d2049a2da7d2e12cb1b1f.tar
factory-boy-639b3a3763194374a71d2049a2da7d2e12cb1b1f.tar.gz
Add note about deprecate/remove Fuzzy attributes
Full discussion in https://github.com/rbarrois/factory_boy/issues/271 Wanted to get something mentioned in the docs immediately.
-rw-r--r--docs/fuzzy.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/fuzzy.rst b/docs/fuzzy.rst
index fde1af1..5b03ec6 100644
--- a/docs/fuzzy.rst
+++ b/docs/fuzzy.rst
@@ -3,6 +3,12 @@ Fuzzy attributes
.. module:: factory.fuzzy
+.. note:: Now that FactoryBoy includes the :class:`factory.Faker` class, most of
+ these built-in fuzzers are deprecated in favor of their
+ `Faker <http://www.joke2k.net/faker/>`_ equivalents. Further
+ discussion here:
+ `<https://github.com/rbarrois/factory_boy/issues/271/>`_
+
Some tests may be interested in testing with fuzzy, random values.
This is handled by the :mod:`factory.fuzzy` module, which provides a few