From 639b3a3763194374a71d2049a2da7d2e12cb1b1f Mon Sep 17 00:00:00 2001 From: Jeff Widman Date: Sun, 21 Feb 2016 15:14:58 -0800 Subject: 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. --- docs/fuzzy.rst | 6 ++++++ 1 file changed, 6 insertions(+) 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 `_ equivalents. Further + discussion here: + ``_ + Some tests may be interested in testing with fuzzy, random values. This is handled by the :mod:`factory.fuzzy` module, which provides a few -- cgit v1.2.3