summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaphaël Barrois <raphael.barrois@polytechnique.org>2014-05-18 15:17:52 +0200
committerRaphaël Barrois <raphael.barrois@polytechnique.org>2014-05-18 15:17:52 +0200
commitecde9a5c2f5d7ea230e68e6d0b3586e5956e55c0 (patch)
tree20d02acedcf8b9757b0e975e3af49c17d16d3c1f
parentf2d04144167120dc8820401940172d10fdda007b (diff)
downloadfactory-boy-ecde9a5c2f5d7ea230e68e6d0b3586e5956e55c0.tar
factory-boy-ecde9a5c2f5d7ea230e68e6d0b3586e5956e55c0.tar.gz
Update ideas.
-rw-r--r--docs/ideas.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/ideas.rst b/docs/ideas.rst
index 914e640..f3c9e62 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