summaryrefslogtreecommitdiff
path: root/docs/ideas.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/ideas.rst')
-rw-r--r--docs/ideas.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ideas.rst b/docs/ideas.rst
index f3c9e62..6e3962d 100644
--- a/docs/ideas.rst
+++ b/docs/ideas.rst
@@ -6,4 +6,4 @@ This is a list of future features that may be incorporated into factory_boy:
* When a :class:`Factory` is built or created, pass the calling context throughout the calling chain instead of custom solutions everywhere
* Define a proper set of rules for the support of third-party ORMs
-
+* Properly evaluate nested declarations (e.g ``factory.fuzzy.FuzzyDate(start_date=factory.SelfAttribute('since'))``)