summaryrefslogtreecommitdiff
path: root/docs/ideas.rst
blob: 004f7221ac3da8a0db1ff7be4f4cabb8a088c86f (plain)
1
2
3
4
5
6
7
8
9
10
11
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.