aboutsummaryrefslogtreecommitdiff
path: root/docs/ideas.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/ideas.rst')
-rw-r--r--docs/ideas.rst8
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/ideas.rst b/docs/ideas.rst
new file mode 100644
index 0000000..914e640
--- /dev/null
+++ b/docs/ideas.rst
@@ -0,0 +1,8 @@
+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
+