summaryrefslogtreecommitdiff
path: root/docs/ideas.rst
blob: 6e3962d496e79418e884e36eae5686adb5ae5e30 (plain)
1
2
3
4
5
6
7
8
9
Ideas
=====


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'))``)