diff options
author | Raphaël Barrois <raphael.barrois@polytechnique.org> | 2013-04-02 23:07:03 +0200 |
---|---|---|
committer | Raphaël Barrois <raphael.barrois@polytechnique.org> | 2013-04-02 23:07:03 +0200 |
commit | 69e7a86875f97dc12e941302fabe417122f2cb7e (patch) | |
tree | 096d558041ad5ff0794a159580aab09b8f7bb9a5 /docs/ideas.rst | |
parent | 54a915fa25a66d3b7732a096eba7c2dd4a7b5a8e (diff) | |
download | factory-boy-69e7a86875f97dc12e941302fabe417122f2cb7e.tar factory-boy-69e7a86875f97dc12e941302fabe417122f2cb7e.tar.gz |
Add Factory.FACTORY_HIDDEN_ARGS.
Fields listed in this class attributes will be removed from the
kwargs dict passed to the associated class for building/creation.
Diffstat (limited to 'docs/ideas.rst')
-rw-r--r-- | docs/ideas.rst | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/docs/ideas.rst b/docs/ideas.rst index 004f722..914e640 100644 --- a/docs/ideas.rst +++ b/docs/ideas.rst @@ -5,7 +5,4 @@ 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 -* **factory-local fields**: Allow some fields to be available while building attributes, - but not passed to the associated class. - For instance, a ``global_kind`` field would be used to select values for many other fields. |