summaryrefslogtreecommitdiff
path: root/docs/ideas.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/ideas.rst')
-rw-r--r--docs/ideas.rst3
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.