summaryrefslogtreecommitdiff
path: root/docs/ideas.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/ideas.rst')
-rw-r--r--docs/ideas.rst5
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/ideas.rst b/docs/ideas.rst
index 914e640..6e3962d 100644
--- a/docs/ideas.rst
+++ b/docs/ideas.rst
@@ -4,5 +4,6 @@ Ideas
This is a list of future features that may be incorporated into factory_boy:
-* **A 'options' attribute**: instead of adding more class-level constants, use a django-style ``class Meta`` Factory attribute with all options there
-
+* 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'))``)