diff options
author | Raphaël Barrois <raphael.barrois@polytechnique.org> | 2015-10-20 23:41:02 +0200 |
---|---|---|
committer | Raphaël Barrois <raphael.barrois@polytechnique.org> | 2015-10-20 23:41:02 +0200 |
commit | 72751aef7b4ba519575bbd8bd4b40864fdf5158e (patch) | |
tree | 4aebdd7e4ecaed56c7f727b1466a3f9bd1b237b6 | |
parent | b827b1a06d5d06e97120f4fa582ebbe79cb59d46 (diff) | |
download | factory-boy-72751aef7b4ba519575bbd8bd4b40864fdf5158e.tar factory-boy-72751aef7b4ba519575bbd8bd4b40864fdf5158e.tar.gz |
Ideas: I want to be able to nest declarations
Closes #140, as this won't be implemented in the next few weeks.
-rw-r--r-- | docs/ideas.rst | 2 |
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'))``) |