app/soc/views/models/document.py
changeset 569 96d9655a7538
parent 554 68c7a1dd3c52
child 584 ba8a624506e5
--- a/app/soc/views/models/document.py	Sat Nov 22 22:44:02 2008 +0000
+++ b/app/soc/views/models/document.py	Sat Nov 22 22:45:14 2008 +0000
@@ -52,7 +52,7 @@
     model = soc.models.document.Document
 
     #: list of model fields which will *not* be gathered by the form
-    exclude = ['inheritance_line', 'author', 'created', 'modified', 'scope']
+    exclude = ['author', 'created', 'modified', 'scope']
 
   def clean_scope_path(self):
     scope_path = self.cleaned_data.get('scope_path')